Skip to content

bottega-code-school/prop-management-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodeserver

Made a template auth server.

  • cd into nodeserver
  • npm install
  • touch config.js
  • put a secret in your config.js
    module.exports = {
      secret: 'put-a-random-set-of-characters-in-here-instead-of-this-sentence'
    }
    
  • npm run dev
  • in a new terminal tab start mongo
    • mongod
    • mongo

About

node server for property management app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors