Skip to content

Files

Latest commit

 

History

History
16 lines (11 loc) · 692 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 692 Bytes

Setup

Starting Web Application

  • Navigate to the root of the cloned repo via terminal and type 'npm run start:dev'
  • Input "http://localhost:5000/" into your browser and the site should be up and running (You will need a Google Account to Authenticate as im using Google oAuth)

Running Tests

MAKE SURE THE DEV SERVER ISNT RUNNING BEFORE RUNNING TESTS. You can stop the server on mac via terminal ctrl + c and the same for windows pc's

  • Navigate to cloned repo and type 'npm test'