- Fork and clone this repository
- Run
npm install
to install packages - Create a database for this app (see
config/config.json
for name of database) - Run sequelize migrations (
sequelize db:migrate
) - Run the app using
nodemon
- View the site in your browser, read the code.
You are modifying an existing application. First, you must get familiar with what the application currently does.
- What modules/middleware does this application use? Describe what each one does.
- What are the routes for the website? Describe what each one does.
- Verb + Route?
- Interaction with database?
- Response to browser?
- What does the site do right now?
- What features need to be added?
See this page
- All content is licensed under a CC-BY-NC-SA 4.0 license.
- All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.