Skip to content

avalenzuela/nodejs-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NODE JS REST API

A quick and simple Node.js/MongoDB/Restify API.

This example allows CRUD operations to manage your users.

Clone repo and install dependencies:

git clone https://github.com/maurobonfietti/nodejs-api.git
cd nodejs-api/
npm install

Start Local Server:

Start the REST API in a local server using:

npm start
# or
npx nodemon

Check it out:

View at your localhost or use this live demo.

Enjoy ;-)

About

A quick and simple REST API using Node.js and MongoDB.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%