https://github.com/peoray/pristine
A full authenticated system with cool features
https://github.com/peoray/pristine
bcryptjs ejs express joi mailgun mongoose node nodemailer passport
Last synced: 7 days ago
JSON representation
A full authenticated system with cool features
- Host: GitHub
- URL: https://github.com/peoray/pristine
- Owner: peoray
- Created: 2018-08-18T01:03:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T02:47:14.000Z (over 4 years ago)
- Last Synced: 2025-03-29T19:03:49.234Z (about 1 month ago)
- Topics: bcryptjs, ejs, express, joi, mailgun, mongoose, node, nodemailer, passport
- Language: JavaScript
- Homepage:
- Size: 339 KB
- Stars: 2
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pristine
### Fetaures
- [x] User Sign Up- [x] USer Login
- [x] Email Verification
- [x] Google Sign Up/ Login
- [x] Facebook Sign Up/ Login
- [ ] Recover Password and Reset
How to run the app locally:
1. Clone the repo: `git clone https://github.com/peoray/pristine.git`
1. Run
npm install
to install all needed dependencies1. Look at `.env.example` file and add the necessary variables
1. Then start the server using `npm run dev`
1. Navigate to your browser
http://localhost:3000/
to view the app