/CopaFilmes

Aplicação que realiza a copa do mundo de filmes

Primary LanguageTypeScript

CopaFilmes

CopaFilmes é um projeto que realiza uma competição entre filmes de acordo com suas notas, e apresenta o ganhador e o vice.

Prerequisites

  • Node.js
  • .NET Core

Installation

install npm dependencies

using command line, go to /ClientApp and run:

npm install

go back to the root folder and run

dotnet run

That's it, you can now access the application through https://localhost:5001

Tests

In order to run frontend tests, go to /ClientApp and run:

npm test

All frontend tests will be executed.

Backend tests are still to be done :(