Skip to content

Instantly share code, notes, and snippets.

View eshaben's full-sized avatar

Erin Shaben eshaben

View GitHub Profile
@eshaben
eshaben / full-stack-app.md
Last active July 27, 2017 20:50 — forked from bertoort/full-stack-app.md
Build a RESTful, full stack CRUD application.

Full Stack Application

By the end of this exercise you will build a full stack application with a client, server, and database.

** NOTE ** Do not copy and paste. This project is about solidifying concepts and finding gaps in your knowledge. It is OK to look back at previous work, however, you should understand what every line does and be able to write from scratch.

Tasks

0. Plan

Server & Database Master Setup (express-generator)

Dependencies

You will need express-generator installed globally to have access to the 'express' cli command

npm install -g express-generator