Skip to content

popovicsandras/super-tokens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super-tokens

Only super tokens, that's all.

Pre-requisites

Setup

In the project directory, launch to install dependencies:

npm install

You'll need to do this once or when dependencies change.

Start MongoDb services (you may need sudo):

Production

mongod --port 27777

Test

mongod --dbpath /to/your/testdb --port 28888

Create the production and test databases:

 npm run installdb
 npm run installtestdb

Run

Start the service

in development mode

npm run serve

in production mode:

npm start

Test

Jshint checking ant tests:

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published