https://github.com/ptyadana/join_us_app
Join Us simple web application with Node.js to sign up the mailing list
https://github.com/ptyadana/join_us_app
body-parser css ejs express fakerjs html javascript js mysql mysqljs node nodejs
Last synced: 3 months ago
JSON representation
Join Us simple web application with Node.js to sign up the mailing list
- Host: GitHub
- URL: https://github.com/ptyadana/join_us_app
- Owner: ptyadana
- Created: 2020-03-04T10:38:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T03:44:34.000Z (over 2 years ago)
- Last Synced: 2025-01-15T15:54:09.620Z (4 months ago)
- Topics: body-parser, css, ejs, express, fakerjs, html, javascript, js, mysql, mysqljs, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 2.05 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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.
### 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.