This project was generated using Express JS version 5.2.1 and Nodemailer version 8.0.6.
Install dependencies:
npm installThe application uses environment variables for configuration. Create a .env file in the project root with the following values:
NODE_ENV=production
PJ_NAME=SnapNoti
VERSION=1.0.0
PORT=8000
SECRET_KEY=$n@pN0t1!To start a local development server, run:
npm startOnce the server is running, it will be accessible at: http://localhost:8000/. You can use this base URL to test and invoke the available RESTful API endpoints.