toddheslin / node-seed

Node, Express, Mongo seed forked from Wes Bos' excellent Learn Node course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A fork of Wes Bos' Learn Node starter files

Getting started

  • Clone this repo
  • Copy environment variables and update cp .env.sample .env
  • Update site title in helpers.js
  • SCSS based on the example within the Learn Node course. Update as needed.

What is this?

Just you wait folks!

Sample Data

To load sample data, run the following command in your terminal:

npm run sample

If you have previously loaded in this data, you can wipe your database 100% clean with:

npm run blowitallaway

About

Node, Express, Mongo seed forked from Wes Bos' excellent Learn Node course


Languages

Language:CSS 64.8%Language:JavaScript 27.0%Language:HTML 8.2%