Skip to content

Restful groups api using nodeJS, express, and mongoose

Notifications You must be signed in to change notification settings

hillc5/groups-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the service in Dev mode

# In dev
# If no data dir or db file:
mkdir data && mkdir data/db
# start mongo @default port 27017
npm run start-dev-mongo
# start the service
npm run service

Running the tests

# make sure service is not running
# mkdir data && mkdir data/db if they don't exist
# if mongo not running you need to start
npm run start-test-mongo
# then
npm run test

About

Restful groups api using nodeJS, express, and mongoose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published