This Nodejs
server is built using Expressjs
and connects to postgres
via sequelize
which is a ORM for Nodejs.
This is a revamp version of my preliminary node server where i used pure SQL queries. It can be found here.
The Node server is currently hosted on AWS elastic beanstalk together with AWS RDS for the database, while the frontend component is hosted on AWS S3.