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
- Host: GitHub
- URL: https://github.com/concaption/job-board-django
- Owner: concaption
- Created: 2023-12-28T17:27:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T17:43:45.000Z (over 2 years ago)
- Last Synced: 2025-02-08T19:45:07.281Z (about 1 year ago)
- Language: HTML
- Size: 104 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Job Board in django

[](http://makeapullrequest.com)
[](https://github.com/ellerbrock/open-source-badges/)
[](https://lbesson.mit-license.org/)

## 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
[](https://www.linkedin.com/in/concaption)
You can also follow my GitHub Profile to stay updated about my latest projects: [](https://github.com/concaption)
If you liked the repo then kindly support it by giving it a star ⭐!
## Contributions Welcome
[](#)[](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.