Developed a Basic email registeration website which is connected to a MySQL database.
The website provides live count of how many users currently exist on the database.
Used Node.js, Express.js and EJS for making a basic website wherein a user can Register with their email and the count is updated.
Made queries using MySQL and node package and Express.js for post and send requests to be sent on the server.