-
Notifications
You must be signed in to change notification settings - Fork 1
Technology Stack
Yann Cedric edited this page Oct 1, 2018
·
1 revision
The stack we are currently using is the SERN stack.
SQL - We use a MySQL database, hosted on an AWS EC2. We also set up an admin console accessible here with valid credentials.
Express - We use a module called ExpressJS to write the code for our REST backend server.
React - We use the ReactJS framework to write our frontend logic and serve the web application.
Node - NodeJS is the language we chose for writting our application. It's a javascript run-time environement that allows us to write javascript code on the browser and on the server side. This allows us to limit the complexity of learning multiple languages.