mateusz-szczesny / arthub-api

REST based service implementing business logic for a mobile application used to sell works such as graphics, pictures and photos. Django + Swagger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis CI Circle CI

ArtHub (Aplikacja Serwerowa)

Platforma pośrednicząca w sprzedaży (licencjonowaniu) własności artystycznych zamieszczanych przez jej użytkowników.

Uruchomienie programu lokalnie

$ # clone repository
$ python -m pip install -r requirements.txt
$ (if needed) python manage.py migrate
$ python manage.py runserver

Utworzenie superuser'a

$ python manage.py createsuperuser
$ #provide credentials
$ #access localhost:post/admin when server running

Manualne wdrożenie serwisu na środowisko testowe

$ git remote add dokku dokku@mszczesny.com:arthub-test
& git push dokku develop:master # source_branch:target_branch

About

REST based service implementing business logic for a mobile application used to sell works such as graphics, pictures and photos. Django + Swagger


Languages

Language:Python 99.9%Language:Shell 0.1%