Skip to content

Join Us simple web application with Node.js to sign up the mailing list

Notifications You must be signed in to change notification settings

ptyadana/join_us_app

Repository files navigation

Node.js

Compilation of Node.js project and notes.

Projects

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.

JoinUs

Technologies Used:

  • Node.js
  • MySQL
  • HTML
  • CSS

Node.js related libraries:

  • 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.

Templates:

  • EJS - template to be used with Express.