An open API service indexing awesome lists of open source software.

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

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.

![JoinUs](https://raw.githubusercontent.com/ptyadana/join_us_app/master/join-us-by-phonethiriyadana.png)

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