Skip to content

bimadewantoro/contact-us-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Us API

The Contact Us API is a simple Node.js application that provides an endpoint to submit contact form data and sends the information via email using Gmail SMTP as the email transport.

##Getting Started Prerequisites Before running the API, make sure you have the following installed:

  1. Node.js (version 16 or higher)
  2. npm (Node Package Manager)

Installation

  1. Clone the repository or download the source code: git clone https://github.com/your-username/contact-us-api.git
  2. cd contact-us-api
  3. Install the dependencies: npm install
  4. Usage Start the server: node app.js
  5. The server should be up and running at http://localhost:3000

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Acknowledgments

This project was inspired by the need for a simple Contact Us API with Gmail SMTP email transport.

Contact

If you have any questions or suggestions, please feel free to contact me at bimadewantoro22@gmail.com.

About

The Contact Us API is a simple Node.js application that provides an endpoint to submit contact form data and sends the information via email using Gmail SMTP as the email transport.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors