This project includes some examples for SOLID api Node with sending Emails.
- Clone the repo by using
git clone
. - Run
npm install
on the cloned directory. - Add APIs using the instructions below to suit your needs.
npm start
for simple setups.
To create users, simply send a POST to /users with the required fields, like so: name,email,password
http://localhost:3333/users