Research:
- Web App Development
- Current Web App Tech Stack
- Web app development stack landscape
- Where it all ends up – the database
- How to get there – the front end
- Where are we going – the back end
Development:
Setting up the stack
- Angular development with Angular CLI and Yarn
- Serving Angular with ExpressJS
- Angular and Express build tooling
- PostgreSQL with Docker
- PostgreSQL for web apps
- NPM module to set up PostgreSQL for a web app
- Connecting ExpressJS to PostgreSQL
Application basics
- Basic UI for sign in and sign up
- Persisting sign-in state with Angular service
- Authentication Preparation
- Sidebar: Express routing organization
- (Upcoming) Authentication with ExpressJS, Knex and PassportJS