Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```