Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 680 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 680 Bytes

Parsnip Puncher

Running the project

  1. Clone the project
  2. Create an .env file in the /server directory containing secrets
  3. Open cmd
  4. Navigate to the project directory
  5. Navigate to /server
  6. Run npm i
  7. Run npm run dev
  8. Navigate to /client
  9. Run npm i
  10. Run npm start
  11. Open http://localhost:3000 on your browser

Testing

In both the client and server directories testing is done via npm test.
Note: running frontend test sometimes requires a to be pressed in order to run all of the tests.
All included tests are fully functional (including database integration and sessions) and have been tested on debian 11, windows and macOS 14.4