An open API service indexing awesome lists of open source software.

https://github.com/wpcodevo/node-auth-recipe

Node js Recipe App. This project is designed to help improve your node js skills by learning authentication, sending emails and validating user inputs.
https://github.com/wpcodevo/node-auth-recipe

authentication email email-sender email-template express mongodb mongodb-atlas mongoose nodejs

Last synced: 4 months ago
JSON representation

Node js Recipe App. This project is designed to help improve your node js skills by learning authentication, sending emails and validating user inputs.

Awesome Lists containing this project

README

          

# NODE JS RECIPE APP

- npm install
- fill the config.env file with your credentials
- connect to the database either locally or using atlas
- npm run dev (to start the server)