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

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

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 dependencies

1. 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