Skip to content

Teenwork - free platform for young people work: teenagers, students, schoolboys in their spare time. + Telegram Bot to notify about new vacancies.

Notifications You must be signed in to change notification settings

mrbuslov/teenwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teenwork Readme

Local Build

You can just run python manage.py runserver 0.0.0.0:80 for running on 80 port or python manage.py runserver for running on 8000 port

Docker build

The best practice is using production mode (below)

  • build docker image (production) docker-compose build or docker-compose -f docker-compose.yml build
  • start docker container (production) docker-compose up or docker-compose -f docker-compose.yml up
  • execute commands in container docker-compose exec [service-name] [command], for example: docker-compose exec server python manage.py createsuperuser

Dockerization resource - backend Dockerization resource - frontend

About

Teenwork - free platform for young people work: teenagers, students, schoolboys in their spare time. + Telegram Bot to notify about new vacancies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published