Skip to content
nitishspatkar edited this page Sep 18, 2018 · 6 revisions

Technologies

The web application will be built as a REST API serving JSON data, and an independant frontend that consumes and displays JSON data. For the frontend of the application we will be using Angular version 6 and Angular Material for styling. For the REST API backend we will be using Express. A project scaffolding for the project and how to use it can be found here.

Useful tutorials

Angular

Express

For ORM (database connection) you should look at sequalize

Git

These tutorials can help you understand Git branching, workflows Understanding the GitHub flow & Comparing Workflows

Heroku

How to deploy Angular app on Heroku

How to deploy express app on Heroku

General

Understanding CORS

Clone this wiki locally