Skip to content

A full authenticated system with cool features

Notifications You must be signed in to change notification settings

peoray/pristine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pristine

Fetaures

  • User Sign Up

  • USer Login

  • Email Verification

  • Google Sign Up/ Login

  • 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

  2. Run npm install to install all needed dependencies

  3. Look at .env.example file and add the necessary variables

  4. Then start the server using npm run dev

  5. Navigate to your browser http://localhost:3000/ to view the app