Skip to content

mgithens/jobboard

Repository files navigation

Django Job Board Web Application

Django SQLite TailwindCSS HTML5 CSS3 JavaScript jQuery AJAX Docker Visual Studio Code

Introduction

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.

Setup and Run with Docker

Prerequisites

Steps

  1. Clone the repository:

    git clone https://github.com/mgithens/jobboard.git
    cd jobboard
  2. Build and run the Docker container:

    docker-compose up --build
  3. Open your web browser and navigate to http://0.0.0.0:8000.

Creating a Superuser

The setup script will automatically create a superuser with the following credentials:

Stopping the Container

To stop the Docker container, press Ctrl+C in the terminal where Docker is running or run: sh docker-compose down

Admin Login for listing Jobs & Viewing Applications

Browse to http://0.0.0.0:8000/admin and login with a Username of admin and Password of admin

About

Django Job Board Web Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published