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.
- Frontend: React.js
- Backend: Node.js
- Banco de Dados: MongoDB
- Node.js (versão 14 ou superior)
- MongoDB
- NPM ou Yarn
- Clone o repositório:
git clone https://github.com/kalelalves/IndicaFilmes.git
cd IndicaFilmes- Instale as dependências do backend:
cd backend
npm install- Instale as dependências do frontend:
cd ../frontend
npm install- Configure as variáveis de ambiente:
- Crie um arquivo
.envna pasta backend baseado no.env.example - Configure as variáveis necessárias (MongoDB URI, etc.)
- Inicie o backend:
cd backend
npm start- Inicie o frontend:
cd frontend
npm start- Sistema de recomendação de filmes
- Interface amigável e responsiva
- Perfil de usuário personalizado
- Histórico de filmes assistidos
Contribuições são bem-vindas! Para contribuir:
- Faça um Fork do projeto
- Crie uma branch para sua feature (
git checkout -b feature/AmazingFeature) - Commit suas mudanças (
git commit -m 'Add some AmazingFeature') - Push para a branch (
git push origin feature/AmazingFeature) - Abra um Pull Request
Este projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.
TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:
- Installation process
- Software dependencies
- Latest releases
- API references
TODO: Describe and show how to build your code and run the tests.
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: