Sara Bejarano Mariana Rodriguez
Kinofil is an webapp for people that enjoys watching movies. It has the following functionalities:
- Create an account and login
- Filter a movie list on name
- See the description of a movie
- Add the movie to favorite list
- Add the movie to watched list
- Add a review
The user can directly visit the website (hosted in HerokuApp) here
If you want to deploy the project locally folloy this instructions:
- Install node.js
- Clone the repository
- Create enviromental variable named "usuario", "clave" with your Mongo credentials and "secretkey" with your credentials
- Run the command for isntalling the dependencies
npm install - Run the command
npm start - Go to
localhost:3000on your browser


