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.
- Host: GitHub
- URL: https://github.com/wpcodevo/node-auth-recipe
- Owner: wpcodevo
- Created: 2020-10-13T10:00:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T10:13:27.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T06:46:18.326Z (9 months ago)
- Topics: authentication, email, email-sender, email-template, express, mongodb, mongodb-atlas, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 212 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readMe.md
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)