-
Notifications
You must be signed in to change notification settings - Fork 1
Home
nitishspatkar edited this page Sep 18, 2018
·
6 revisions
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.
- To get started with Angular you can refer this official Angular tutorial with live example, or this video & follow this tutorial. For more resources on specific topics, simple Google search will bring you dedicated tutorials!
- How to make HTTP requests to REST API from Angular application
For ORM (database connection) you should look at sequalize
These tutorials can help you understand Git branching, workflows Understanding the GitHub flow & Comparing Workflows
How to deploy Angular app on Heroku