https://github.com/michaelbe812/node-express-contact-form
https://github.com/michaelbe812/node-express-contact-form
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelbe812/node-express-contact-form
- Owner: michaelbe812
- Created: 2018-10-15T17:47:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T17:48:50.000Z (over 6 years ago)
- Last Synced: 2025-02-15T13:48:25.369Z (3 months ago)
- Language: CSS
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Simple Contact Form Example
---### Technology:
---
* Node.js
* Express
* Nodemailer
* Bootstrap 4 Grid
* Webpack 4.4.1### How to use
* Clone Repository
* Run ´npm install´
* Run ´npm run dev´ for building website
* Run ´node server.js´ for serving index.html at http://localhost:3000In server.js you have to replace ´GMAIL_USER´ and ´GMAIL_PASS´ with your gmail username and password.
Do not use your plain password in production mode! Get an API Key!