-
-
Notifications
You must be signed in to change notification settings - Fork 0
Overview
Nuno Das Neves edited this page Feb 13, 2019
·
1 revision
SmartCourse uses a HTTPS REST api to serve data to the frontend app. The api is powered by a Node + Express web server. Firebase tokens sent from the frontend are used to authenticate requests. Persistent data is stored in an SQL Server database which we use custom ORMs to talk to.
The root of the api is located at /api/.
The Vue app bundle (aka index.html) is served at all other paths.