Home - scg-unibe-ch/ese2018 GitHub Wiki
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
- 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
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