Nhat-Kha / portal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Job Portal

Job Portal is a web application that connects job seekers with employers, allowing them to search and apply for jobs and manage their job postings.

Directory structure of the web app is as follows:

  • Backend/
    • Routes/
    • middleware/
    • Controller/
    • model/
    • server.js
  • Frontend/
    • components/
    • assets/
    • pages/
      • admin/
      • home/
      • landingPage/
    • utils/
    • libs/
    • hooks/
  • README.md

Features

Usage, Installation

#Frontend

React, Material-UI

 $ cd frontend
 $ npm install
 $ npm start

#Backend

Node.JS, Express.JS, Mongoose, Passport, multer, uuid, cors

 $ cd backend
 $ npm install
 $ npm start

#API Fetch Api = Postman

Bugs, issues, and contributing

Found a 🐛? Have a feature request? Feel free to open an issue or contributing

About


Languages

Language:JavaScript 98.4%Language:CSS 0.9%Language:HTML 0.7%