https://github.com/justdjango/job-board
A job board built with Django and React
https://github.com/justdjango/job-board
Last synced: 12 days ago
JSON representation
A job board built with Django and React
- Host: GitHub
- URL: https://github.com/justdjango/job-board
- Owner: justdjango
- License: mit
- Created: 2021-11-02T22:24:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T23:44:53.000Z (over 1 year ago)
- Last Synced: 2025-04-05T13:03:53.148Z (about 1 month ago)
- Language: Python
- Size: 1.78 MB
- Stars: 14
- Watchers: 0
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The Definitive Django Learning Platform.
# Django Job Board
This is the code from the course "Build a Job Board with Django and React", found on [JustDjango](https://learn.justdjango.com/roadmaps/django-advanced)
---
## Running the project
This project was bootstrapped with Cookiecutter Django and can be run with Docker.
To run this project you will need to set your environment variables for Stripe inside `.envs/.local`.
You can then run the project with `docker-compose -f local.yml up`
Run the frontend with:
```
cd frontend
npm i
npm run start
```