Skip to content

EmilOJ/REST-api-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run

First create a config.js file in root directory containing

// Application secret
module.exports = {
  secret: secretkey
};

where secretkey is any random string (e.g. asl28gasldjf93nsjdfjhsdklf)

npm install
npm run dev

Requires a running mongodb running at mongodb://localhost

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published