Skip to content

Backend of an application that users can see movies' information and see/create ratings with comments

Notifications You must be signed in to change notification settings

tacianoscur/anthorflix-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started / Primeiros Passos

First, you have to install all dependencies of the project with:

Primero, você tem que instalar todas as dependências do projeto rodando:

npm install

or

yarn install

Environment Configuration / Configuração de Ambiente

Don't forget to copy the .env.development file and create a .env file replacing the variables :)

Não se esqueça de copiar o arquivo .env.example e criar um arquivo .env substituindo as variáveis necessárias :)

Now, in the project directory, you can run:

Agora, no diretório do projeto, você pode rodar:

yarn dev

Runs the app in the development mode.
Use http://localhost:5000 to make requests.

Roda o app no modo de desenvolvimento.
Use http://localhost:3000 para fazer requisições.

About

Backend of an application that users can see movies' information and see/create ratings with comments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published