You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.