Skip to content

xraystyle1980/marketing-website

Repository files navigation

DCI marketing website

Build Status

Screenshot

Architecture:

NodeJs/Express/Passport/Pug

Online

Live
Staging

Installation:

  1. Install NodeJS/npm
  2. Install MongoDB
  3. copy the .env.example to .env and put your secrets there.

Example .env:

PORT=3000
MONGOURL=mongodb://localhost:27017/marketing-website
DOMAIN=/

Run the app

Start normal: npm start
Start development: nodemon index.js

Insert optional example data

Create a few Stories and Categories in the selected DB.

Run seed script:
npm run seed

Run the seed:delete script:
npm run seed:delete

About

DCI-Website. node, express, pug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •