- Backend: run the following commands:
cd backend
flask run
- Frontend: run the following commands:
cd frontend
npm start
User Stories Completed:
- Login
- Register new user
View design documents to see what patterns were utilized.
Four New Functions Added:
- Dashboard (both student and professor)
- Logout
- Professors can submit job postings
- Students can view all available postings