Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 534 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 534 Bytes

Snope API

This repo is the backend for a shoveling for hire service.

#How to install ##Prerequisites:

-nodeJS

-npm

-MongoDB

##Check out the project Clone this github repo:

git clone https://github.com/codeforboston/Snope_API

##Install dependencies:

From the root folder (containing package.json) - run:

npm install

#How to run After installation, you should be able to run the server by going to the root folder (containing package.json) and entering:

node server.js

or, with optional port number:

node server.js 8888