HermanoLeite / CopaFilmes

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :(

About

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


Languages

Language:TypeScript 54.4%Language:C# 19.0%Language:HTML 17.1%Language:JavaScript 5.8%Language:CSS 3.7%