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:
- Node.js (version 16 or higher)
- npm (Node Package Manager)
- Clone the repository or download the source code:
git clone https://github.com/your-username/contact-us-api.git - cd
contact-us-api - Install the dependencies:
npm install - Usage Start the server:
node app.js - The server should be up and running at
http://localhost:3000
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project was inspired by the need for a simple Contact Us API with Gmail SMTP email transport.
If you have any questions or suggestions, please feel free to contact me at bimadewantoro22@gmail.com.