Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.1 KB

File metadata and controls

37 lines (30 loc) · 1.1 KB

Webster

Open Source Love License: GPL v3

Welcome to Webster

  • This react project is meant as a portal for job recruitment

Process Flow

  1. Login/SignUp, separate for companies and developers
  2. Post for developers.
  3. Jobs for developers.
  4. New Job Opening by company.
  5. Close a job opening by company.
  6. View various applications for a job opening.

Tech Stack -

Front End

  • React JS
  • React Redux
  • React Router
  • Material UI
  • Axios API

Back End

  • Express JS
  • Firebase
  • CORS

To try hands on this project

  1. Install Node JS on system.
  2. Git clone the project using link : https://github.com/rjankit/Webster.git
  3. Install react-scipt module using npm install "react-scripts".
  4. Navigate to folder frontend in terminal and run command npm start.
  5. Open another terminal in backend and run command node server.js.
  6. You are ready to lay hands on this project.