Resolution-15
A holiday twist, on the classic todo example. What will you accomplish in 2015?
Check it out at https://resolution-15.herokuapp.com/
Local dependencies
- Postgres for data
Installing
- Download and install http://postgresapp.com/
- Click on the Postgres icon, click 'Open psql' & run
CREATE DATABASE resolution15;
- Run
npm install
- Run
npm run migrations
- Update
app/api/config/config.json
Running
- With live-reload:
npm run dev
or easy-mode:npm start
- http://localhost:5200