The job list web application is a digitised version of HBK's daily job list. It allows Digital Producers / Project Managers to manage jobs to be assigned to the digital team.
- Create, read, update, delete jobs
- Have multiple assignees and can be filtered by assignee
- Email job list to all members of the digital team (todo)
git clone <this_url> && cd <repo_name>
cd backend
npm install
vim .env
- Inside the .env file: MONGODB_URI="<db_link>" then save and quit
npm run dev
- In new terminal tab:
cd ../frontend
npm install