Skip to content

kalelalves/IndicaFilmes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IndicaFilmes - Sistema de Recomendação de Filmes

Introdução

IndicaFilmes é um sistema de recomendação de filmes que ajuda os usuários a descobrirem novos filmes baseados em suas preferências e histórico de visualização.

Tecnologias Utilizadas

  • Frontend: React.js
  • Backend: Node.js
  • Banco de Dados: MongoDB

Como Iniciar

Pré-requisitos

  • Node.js (versão 14 ou superior)
  • MongoDB
  • NPM ou Yarn

Instalação

  1. Clone o repositório:
git clone https://github.com/kalelalves/IndicaFilmes.git
cd IndicaFilmes
  1. Instale as dependências do backend:
cd backend
npm install
  1. Instale as dependências do frontend:
cd ../frontend
npm install
  1. Configure as variáveis de ambiente:
  • Crie um arquivo .env na pasta backend baseado no .env.example
  • Configure as variáveis necessárias (MongoDB URI, etc.)
  1. Inicie o backend:
cd backend
npm start
  1. Inicie o frontend:
cd frontend
npm start

Funcionalidades

  • Sistema de recomendação de filmes
  • Interface amigável e responsiva
  • Perfil de usuário personalizado
  • Histórico de filmes assistidos

Contribuição

Contribuições são bem-vindas! Para contribuir:

  1. Faça um Fork do projeto
  2. Crie uma branch para sua feature (git checkout -b feature/AmazingFeature)
  3. Commit suas mudanças (git commit -m 'Add some AmazingFeature')
  4. Push para a branch (git push origin feature/AmazingFeature)
  5. Abra um Pull Request

Licença

Este projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.

Getting Started

TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:

  1. Installation process
  2. Software dependencies
  3. Latest releases
  4. API references

Build and Test

TODO: Describe and show how to build your code and run the tests.

Contribute

TODO: Explain how other users and developers can contribute to make your code better.

If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •