MoviesStore is a Node.js and Express.js based project to learn to create REST APIs with simple CRUD operations. MongoDB is used to store data. A simple project with Node+Express+MongoDB. Used to complete my other android based repository https://github.com/DeepanshuHarbola/MoviesStore-Android
- Clone the project.
- Install and setup Node.js and NPM in your system.
- Install and setup MongoDB in your system.
- Open the command prompt - Go to the project location.
- If all the things fine above now, run the command $npm install, it will install all the required node module for the project.
- Run command node $app.js to run the project.
- This project will run on port-3001