- Firstly mock database by running the following commands:
- npm i
- npm run knex migrate:latest
- npm run knex seed: run
- npm run dev to start running the server.
- Server route is located at localhost:3000/
- Click on Dashboard option in Nav bar to return back to home job page
- Other options in top nav bar does not work
- Add photo attachments
