To Create a IMDB.com like website with basic CRUD and movie listing. We would like to have the following entities in the application (node js and React).
- React js
- Mongodb
- Redux
- express
- Mongoose
- React Bootsrap
- axios
- Database Schema is normalized (like 1NF)
- AddActor and AddMovie can be added using postman
- React and Redux setup
- UI for AddActor
- cors error connection from backend to fronend (in action/Actor.js)
- clone repo
- go to
ProgressAssignment\ProgressAssignment
and typenpm install
- from
ProgressAssignment
go tocd ./client
and typenpm install
- go to
ProgressAssignment\ProgressAssignment
and typenpm start
- from
ProgressAssignment
go tocd ./client
and typenpm start
- Having problem with react installation, axios error and computer hanging