An open API service indexing awesome lists of open source software.

https://github.com/concaption/job-board-django

a basic job board in django
https://github.com/concaption/job-board-django

Last synced: about 1 month ago
JSON representation

a basic job board in django

Awesome Lists containing this project

README

          


Job Board in django



![GitHub contributors](https://img.shields.io/github/contributors/concaption/Sales-management-system-django?color=%2333d679&style=flat-square)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)

![Job Board in django](/screenshot.png)

## Installation steps

Clone the Repo and install the requirements

```
git clone https://github.com/concaption/job-board-django.git
cd job-board-django
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
```

## Author
You can get in touch with me on my LinkedIn Profile:

#### Usama Navid
[![LinkedIn Link](https://img.shields.io/badge/Connect-concaption-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect
)](https://www.linkedin.com/in/concaption)

You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-concaption-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/concaption)

If you liked the repo then kindly support it by giving it a star ⭐!

## Contributions Welcome
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](#)[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)

If you find any bug in the code or have any improvements in mind then feel free to generate a pull request.