ElenaMLopez / node-mongo-api

Api with NodeJs and MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Api with NodeJs and MongoDB

License:MIT License


Languages

Language:JavaScript 100.0%