giannisbaltas / rest-api

This is a way for building REST APIs with Node.js, Express and MongoDB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST API

This is a way for building REST APIs with Node.js, Express and MongoDB.

Tip: Use also Postman[https://www.postman.com/downloads/].

Getting Started

# clone it
git clone https://github.com/johnnycleaver/rest-api.git

# Make it your own
rm -rf .git && git init && npm init

# Install dependencies
npm install

# Start development live-reload server
npm start 

About

This is a way for building REST APIs with Node.js, Express and MongoDB.


Languages

Language:JavaScript 100.0%