Find us on Heroku...
...or run locally:
git clone https://github.com/FACN1/week7-rm-rf-mario.git
cd week7-rm-rf-mario
npm install
npm start
As an honest resident of the guesthouse
I want to be able to record my contributions to the kitty
So that I can maintain the respect of my peers
week7-rm-rf-mario
- public/
- style.css
- src/
- handlebars/
- helpers/
- layouts/
- partials/
- views/
- routes/
- db_queries.js
- server.js
- start.js
- handlebars/
- database/
- db_build.js (initialize database with db_build.sql)
- db_build.sql (create database SQL syntax)
- db_connection.js (database connection parameters)
- tests/
- back-end/
- tests.js
- back-end/
- User Interface:
- Main: go to the page and automatically render the last
n
transactions, and the total in the kitty - Update: takes you to a form to add to or withdraw money from the kitty
- Main: go to the page and automatically render the last
ID | DATE | NAME | TRANSACTION_VALUE |
---|---|---|---|
SERIAL PRIMARY KEY | DATE DEFAULT CURRENT_DATE | VARCHAR(200) NOT NULL | INT NOT NULL |
- Add users
- Set up server (Jack/Hiba)
- Set up database (Mario/Lawson)
- Deploy to Heroku (Mario/Lawson)
- set up handlebars
- populate layouts/header.hbs
- set up home route
- set up form route
- add a header partial
- ES6 on the back-end
- 2-space indentation