Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 685 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 685 Bytes

FAC19 week 6 project

At Founders and Coders coding bootcamp we are tasked every week with a different project. A MVP is built in 1.5 days by 4 developers that follow the Agile methodology.

Week 6 topic: Authentication

See week 6 schedule.


The cookie jar

Installation Guide

  • git clone this repo
  • npm install to set up node modules
  • Initialise a local database
  • Create .env file in project route
  • Add PGDATABASE variable in your .env file and assign to initialised database
  • npm run dev will start nodemon server

screenshot