Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 665 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 665 Bytes

react-auth

react app with passport authentication

Check out the app here

Requirements

  • mongoDB
  • npm or yarn
  • Node
  • Terminal or bash

built with

  • React.js
  • passport.js
  • Express
  • mongodb
  • mongoose
  • Node
  • reactstrap
  • animate css

Setup Instructions

  1. clone the repo
    • git clone git@github.com:evanejtucker/react-auth.git
    • cd react-auth
  2. install dependencies
    • npm run install
  3. Start mongo server by opening a seperate terminal or bash window and run:
    • mongod
  4. Start the development server
    • npm run start
  5. Happy Hacking!

Contributors

Evan E J Tucker