Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 2.27 KB

README.md

File metadata and controls

45 lines (28 loc) · 2.27 KB

Job portal - GL Project

Project Map

Kanban

UML Class

Templates

# Template Live Demo
01 Home Page Live Demo
02 Jobs Page Live Demo
03 Company Profile Page Live Demo
04 User Profile Page Live Demo
05 User Login Page Live Demo
06 User Register Page Live Demo

Run project on localhost

1. Clone project

git clone https://github.com/slimanesedrati/job-portal.git

2. Setup backend "api"

cd api\

Setup and activate envirnement

py -m venv env
env\Scripts\activate

Install requirements

pip install -r requirements.txt

Database configuration

py .\manage.py migrate
py .\manage.py loaddata states.json

Run server on localhost

py .\manage.py runserver