Welcome to the Django Job Board project! This project provides a job board application built with Django. This README will guide you through the steps required to set up and run the project locally.
- Docker installed on your machine.
- Docker Compose installed on your machine.
-
Clone the repository:
git clone https://github.com/mgithens/jobboard.git cd jobboard
-
Build and run the Docker container:
docker-compose up --build
-
Open your web browser and navigate to
http://0.0.0.0:8000
.
The setup script will automatically create a superuser with the following credentials:
- Username: admin
- Password: admin
- Email: admin@example.com
To stop the Docker container, press Ctrl+C
in the terminal where Docker is running or run:
sh docker-compose down
Browse to http://0.0.0.0:8000/admin and login with a Username of admin
and Password of admin