Skip to content

slimanesedrati/job-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published