We have implemented IMDB Restful API using Express and MongoDB. We have implemented various CRUD operations in Database.
Following topics are covered in this Video
1. Using nodemon to restart the server
2. Used .env file to store properties and access it in application
3. Created MongoDB account.
4. Created Database and Schema for IMDB
5. Added movie details to IMDB database using POST
6. Get the movies list from IMDB database using GET
7. Update the specified the movie by id using PUT
8. Deleted the specified movie by id using DELETE
Libraries we have used
1. express
2. nodemon
3. mongoose
4. dotenv
Tools We have used
1. Mongodb Compass
2. Visual Studio Code
3. Post Man