You can share your photos , schedules with your friends without handwork.
AI based service to classify your picture within many photo clusters.
- Django
- Celery
- RestFrameWork
- Docker
- Docker Compose
- Nginx
- app
- Django application
- data
- This directory would mount on your container inside volume
- nginx
- web-server which will provide
reverse proxy
andload balancing
- web-server which will provide
- Docker
- Docker compose
this back-end could be deploy by docker
and docker-compose
in single-node.
You could deploy it by pip
and your own python >= 3.11 interpreter but not recommended.
git clone [email protected]:TeamGachi/gachi_backend.git
- move to directory root
- (optional) nginx configuration has been doen in my
docker hub
but if you want your own config , then config viamount
opiont inyaml
- (optional) if your not
x86_64/linux
thendocker compose build
docker compose up -d