funkybooboo / Simple_Express_Server

Playing around with express with a simple courses application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run

run nodemon index.js to start app in dev mode run node index.js to start app in depoly mode

environment vaibles

example use export DEBUG=app:startup

  • DEBUG=
    • app:startup
    • app:database
    • app:*
    • app:startup,app:database
  • NODE_ENV=
    • development
      • default
    • production
  • app_mail_password=
    • whatever the password is for the server

About

Playing around with express with a simple courses application


Languages

Language:JavaScript 98.5%Language:Pug 1.5%