SkillAgentSearch skills...

PythonProjectG1

No description available

Install / Use

/learn @MeruC/PythonProjectG1
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PythonProjectG1

INSTRUCTION: Create an online job portal web app for a job seeker (student) and job provider (company). The Student or Job seeker can easily find and apply for a job by logging into the system. The Employer or company can easily get an expert employee from our job portal site by posting a job. Maximize the use of the Python Django web framework.

Project Setup

  1. Clone the project
git clone https://github.com/MeruC/PythonProjectG1
  1. Open the repository in Visual Studio Code and navigate to project folder
cd jobapp
  1. Create and activate virtual environment
python -m venv env
env\Scripts\activate
  1. Install dependencies
pip install -r requirements.txt
  1. Apply database migrations
python manage.py migrate
  1. Create superuser account
python manage.py createsuperuser
  1. Run the server

if DEBUG = True

python manage.py runserver

if DEBUG = False

py manage.py runserver --insecure
  • For using and running the tailwind please refer here: https://clarencedimafelix.notion.site/Using-django-tailwind-caf8a872c5a743939cd2a0c1182eb8f5?pvs=4

Frameworks

  • Django

FRONTEND

BACKEND

OTHERS

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated1y ago
Forks5

Languages

Python

Security Score

50/100

Audited on May 2, 2024

No findings