Skip to content

iamfiropo/rest-api-with-node-express-mongo

Repository files navigation

This is a REST API that handles CRUD Operation

Install a mongo database

Start the mongo database instance with:

mongod

Upload the book.json.js file provided into the database

mongo < book.json.js

In the project directory, you can run:

npm i

npm start

Then you can test with Postman.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published