Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sauberr/gallery
A project made to improve knowledge of Django and learn new technologies
https://github.com/sauberr/gallery
django docker drf-yasg elasticsearch
Last synced: 23 days ago
JSON representation
A project made to improve knowledge of Django and learn new technologies
- Host: GitHub
- URL: https://github.com/sauberr/gallery
- Owner: Sauberr
- License: mit
- Created: 2024-10-24T15:44:50.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-12-11T17:03:03.000Z (29 days ago)
- Last Synced: 2024-12-11T18:19:21.837Z (29 days ago)
- Topics: django, docker, drf-yasg, elasticsearch
- Language: Python
- Homepage:
- Size: 3.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Start
To start up the app you can run native with:
```shell
python manage.py runserver
```
or docker way:```shell
docker-compose up -d
```