Skip to content

Simple Job Portal Application | Academic Project for Software Development Course

Notifications You must be signed in to change notification settings

cseshahriar/jobs-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jobs-portal

django and nextjs pet project

DEMO

Features

  • Athentication System
  • Job Seeker
  • Employer
  • User profile
  • Admin user management
  • Job Listing

Versions:

  • 1 - Python 3.10.12
  • 2 - Postgresql 14.12
  • 3 - Nodejs 18.17.1

Download & Setup Instructions for the backend

  • 1 - Clone project: git clone https://github.com/cseshahriar/jobs-portal.git
  • 2 - cd jobs-portal && cd backend
  • 3 - Create virtual environment: python3 -m venv venv
  • 4 - for linux venv/bin/activate
  • 5 - for windows venv\scripts\activate
  • 5 - pip install -r requirements.txt
  • 6 - python manage.py runserver

Install frontend modules

  • 1 - cd frontend
  • 2 - npm install
  • 3 - npm run dev

About

Simple Job Portal Application | Academic Project for Software Development Course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages