/node-mongo-api

Api with NodeJs and MongoDB

Primary LanguageJavaScriptMIT LicenseMIT

node-mongo-api

Api with NodeJs and MongoDB

Instructions:

Clone this repository:

git clone https://github.com/ElenaMLopez/node-mongo-api.git

Install dependencies:

npm install

I used a Dockerhub MongoDb image and start a MongoDb database:

docker run --name node-mongo-api -d -p 27017:27017 mongo:latest

Start server:

npm run dev

Use Postman, PostWoman, Imsomnia or similar to make the basic CRUD.