Skip to content

mikaelm1/jobsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Job App

A job board built with Django.

Getting Started with Docker

Need to have Docker installed. Change .envexample to .env and make sure the password and user match those found in settings.py.

Running the app

docker-compose up --build

Running migrations

$ docker-compose exec web python src/manage.py makemigrations
$ docker-compose exec web python src/manage.py migrate

Adding an app

$ docker exec -it [CONTAINER_ID] bash
$ cd src
$ python manage.py startapp [APP_NAME]
$ exit

About

A job board app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published