Skip to content

Dev-Sherlock/Jobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jobs

Built With:

  • Python
  • Django
  • Html
  • Css
  • Bootstrap

Features:

1.Any user has the following functionalities:

  • See the list of jobs on main page
  • Open and read details about specific job post
  • Searching job posts by title

2.Logged in user also has the following functionalities:

  • Creating/Updating/Deleting job posts

3.Users can make requests to API for :

  • Getting list of jobs posts
  • Getting specific job post
  • Creating a job post
  • Updating a job post
  • Deleting a job post

How to run the project locally:

To run this project, follow these steps:

  1. (optional) Create and activate a virtualenv.

  2. Clone this repo:

https://github.com/Dev-Sherlock/Jobs
  1. Install dependencies:
    pip install -r requirements.txt
  1. Create a development database:
    python manage.py makemigrations
    python manage.py migrate
  1. If everything is fine, you should be able to start the Django development server:
    python manage.py runserver
  1. Open your browser and go to http://127.0.0.1:8000.

Important:

This project will not work without .env file, so download the environment file and put it into project folder.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors