- get http://localhost:3000/api/movie/list
- get http://localhost:3000/api/movie/8
- post http://localhost:3000/api/movie/add
- put http://localhost:3000/api/movie/edit/7
- delete http://localhost:3000/api/movie/delete/8
Edit src/config/db-config.js to configure database
- git clone https://github.com/triwibow/simple-rest-api.git
- npm install
- node server