Skip to content

wiz6/node-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clients REST API

This is REST API for creating new clients, retrieving client and list of clients with basic web interface.

Technologies and frameworks used

Installation

To run this project in your local machine you need to install MongoDB 3.0.1. Once MongoDB is installed and started, ensure that config.db.port in config/index.js is the same as your running database port.

Be sure that node >= 4.0 and npm is installed in your local machine.

Be sure that config.port in config/index.js is available in your local machine. Currently default port is 3000.

Using locally installed npm and node

Run these commands in root directory.

Install dependencies:

npm install

Start server:

npm start

Open http://localhost:3000 in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published