Compilation of Node.js project and notes.
JoinUs: A simple Node.js web application which ask user to input email address and show the updates of waiting lists.
schema: schema.sql includes challenges and schema for the project.
- Node.js
- MySQL
- HTML
- CSS
- Express - Node.js web application framwork, very lightweight.
- body-parser - Node.js body parsing middleware, use for extracting information from POST requests, etc. used together with Express.
- MySQL js - A pure node.js JavaScript Client implementing the MySQL protocol.
- Faker - generate massive amounts of realistic fake data in Node.js and the browser.
- EJS - template to be used with Express.