Skip to content

xurei/restgoose-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started with restgoose

See https://xurei.github.io/restgoose/getting-started.html

Usage

Make sure you have a MongoDB server running on localhost.

npm install
npm run build
npm start
# alternatively, with config:
NODE_PORT=3000 MONGO_URI=xxxxx npm start

Change the xxxx by your mongodb connection string (see MongoDB Docs).

Releases

No releases published

Packages

No packages published