This website is an MVP of the actual MVP website. Currently it features:-
- Login of Admin and Student using JWT Token
- Creation, removal and view applicants for a Job.
- Applying to a job and view the job as Students.
- View and Edit Profile.
- Use command
cd client
andnpm install
to install the node modules. - Use command
npm run dev
to spin up the dev server. - Visit
http://localhost:5173/
to view the frontend.
- Use command
cd server
andnpm install
to install the node modules. - Prepare an .env file like the .env.example given.
- Run
npm run dev
to run the local server at PORT 8000.