Simple React App that allows you upload and save your favorites movies
- ExpressJS REST-API
- MongoDB
- Mongoose schemas to model data
- Authentication
- JSON Web Tokens
- Error handler and clean error messages
- React for displaying UI components
- SASS
- Redux to manage application's state
- Movies CRUD
- Validations
- Animated transitions between views
$ git clone https://github.com/mabno/react-movies.git
$ cd react-movies
$ docker-compose up
Finally navigate to http://localhost:3000