Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 655 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 655 Bytes

Express SaaS

Coding a SaaS App in JavaScript with Node and Express.

Features:

  • Bootstrap 4
  • Express.js
  • Authentication through Passport
  • MongoDB database with Mongoose

Running

To run this Node.js SaaS app starter code, you'll need to create a .env file in the project root directory and define these environment variables:

MONGODB_ADDON_DB

MONGODB_ADDON_HOST

MONGODB_ADDON_PASSWORD

MONGODB_ADDON_USER

To run this on Heroku or Netlify, add the values above to config vars/environment variables.

Then start with

npm start

TODO

  • Cleanup code
  • Check for existing user before creating new user
  • Add more features?