CopaFilmes é um projeto que realiza uma competição entre filmes de acordo com suas notas, e apresenta o ganhador e o vice.
- Node.js
- .NET Core
install npm dependencies
using command line, go to /ClientApp and run:
npm installgo back to the root folder and run
dotnet runThat's it, you can now access the application through https://localhost:5001
In order to run frontend tests, go to /ClientApp and run:
npm testAll frontend tests will be executed.
Backend tests are still to be done :(