Skip to content

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

Notifications You must be signed in to change notification settings

mateusz-szczesny/arthub-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

Topics

Resources

Stars

Watchers

Forks