Samiul Islam
Oneeb Aamer
Shivam Acharya
Leena Maulvi
Cem Ratip
Sifa Shaikh
Tahseen Humaira
Project URL: https://seg-large-group.vercel.app/
If the above URL does not work properly, please use: https://classy-swan-27585b.netlify.app/
Email: [email protected]
Password: Password123!
Email: [email protected]
Password: Password123!
- Clone the repository.
cd backend
- Create a .env file in the backend directory and add the following environment variables:
AWS_ACCESS_KEY_ID=AKIAWQAQTTQM4KT6WI7Y
AWS_SECRET_ACCESS_KEY=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
npm install
npm run build
npm run dev
cd ..
cd frontend
- Create a .env file in the frontend directory and add the following environment variables:
REACT_APP_BACKEND_URL=http://localhost:8000/
REACT_APP_GOOGLE_API_KEY=AIzaSyC0FpC_LZEQb2iyXwOEcyM57llwjE9hBOQ
npm install
npm run build
npm run start
Run frontend tests:
cd frontend
npm run test:coverage
Run backend tests:
cd backend
npx jest --coverage
Infinite scroll feature (JobList.js lines 6-78): https://webdesign.tutsplus.com/tutorials/how-to-implement-infinite-scrolling-with-javascript--cms-37055