Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.37 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.37 KB

The main focus of this application is on functionalities.


1. Technology Overview

  1. MongoDB
  2. Express.js
  3. React.js
  4. Node.js
  5. Google APIs

2. Architecture

1) Front-end (React.js - component tree)

2) Back-end (Express.js + Node.js + MongoDB)

3. To run the application

You need to install depenencie & packages first, run "npm i" in frontend and backend folders

  1. Go to /frontend/my-app and run "npm start"
  2. Go to /backend and run "node server.js" or "nodemon server start"
  3. Go to your browser and the app is running at http://localhost:3000/

1) User Credentials

  1. To login as a student, use ID = student1 and PASSWORD = student1
  2. To login as a recruiter, use ID = recruiter2 and PASSWORD = recruiter2

2) Features

A. Students

  • Create and update profile
  • Upload a pdf resume to a job
  • Write a review of a company
  • View jobs, sort jobs by deadline date, etc.
  • View applications
  • View jobs on Google Maps

B. Recruiters

  • Create and update profile
  • Post and delete a job
  • View applicants with their resumes
  • View jobs, sort jobs by deadline date, etc.

3) Functionalities

  • Form Validation
  • Responsive Design
  • Navigation State Update
  • Google Maps Search
  • Application Deadline & Document Validation