#JobBlitz
- Install dependencies in backend directory:
npm install - Start express server:
npm start - Backend server will start on port 8080.
- Now go inside frontend directory:
cd ..\frontend - Install dependencies in frontend directory:
npm install - Start web app's frontend server:
npm start - Frontend server will start on port 3000.
- Now open
http://localhost:3000/and proceed creating jobs and applications by signing up in required categories.