Skip to content
This repository was archived by the owner on May 7, 2019. It is now read-only.

Latest commit

 

History

History
79 lines (56 loc) · 1.07 KB

File metadata and controls

79 lines (56 loc) · 1.07 KB

Sample Starter App

  1. Prerequisites
  2. Installation
  3. Running
  4. Testing
  5. Todo

Prerequisites

Install MongoDB

Installation

npm install --global gulp-cli
npm install --global bower
npm install --global yarn
npm install --global istanbul
git clone git@github.com:caseconsulting/express-starter-app.git
cd express-starter-app
yarn install
bower install

create your initial user account

yarn setup

Add to your generated .env file. see the sample

To show all gulp tasks run:

gulp list

or show all tasks with comments:

gulp task-list

to add additional test users

yarn user

If you want to add other images you can take the raw, unresized version, put it in ./images/ and run:

gulp images

Running

Locally

gulp

Testing

Simply type:

yarn test

Todo

  1. set up email
  2. add 'forgot' controller and logic
  3. perhaps add oauth
  4. add more tests
  5. add editing of another user's profile