NodeJs/Express/Passport/Pug
- Install
NodeJS/npm
- Install
MongoDB
- copy the
.env.example
to.env
and put your secrets there.
PORT=3000
MONGOURL=mongodb://localhost:27017/marketing-website
DOMAIN=/
Start normal: npm start
Start development: nodemon index.js
Run seed script:
npm run seed
Run the seed:delete
script:
npm run seed:delete