All Projects → hassanabidpk → pyconkr2017

hassanabidpk / pyconkr2017

Licence: MIT License
Sample code and resources for PyCon Kr 2017 presentation

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to pyconkr2017

chohankyun
chohankyun.com python django djangorestframework allauth rest-auth angularjs bootstrap html
Stars: ✭ 24 (+0%)
Mutual labels:  djangorestframework
punkweb-boards
Django forum boards with bbcode support
Stars: ✭ 26 (+8.33%)
Mutual labels:  djangorestframework
upchaar-web
Central web portal for patients, doctors and hospitals to manage and provide efficient healthcare. Project developed as part of Smart India Hackathon 2018.
Stars: ✭ 14 (-41.67%)
Mutual labels:  djangorestframework
micro-service-practice
OpenStack+Docker+RestAPI+OAuth/HMAC+RabbitMQ/ZMQ+OpenResty/HAProxy/Nginx/APIGateway+Bootstrap/AngularJS+Ansible+K8S/Mesos/Marathon构建/探索微服务最佳实践。
Stars: ✭ 25 (+4.17%)
Mutual labels:  djangorestframework
drf-json-schema
Extensible JSON API schema for Django Rest Framework
Stars: ✭ 15 (-37.5%)
Mutual labels:  djangorestframework
ClickUz
ClickUz and Django Integration
Stars: ✭ 32 (+33.33%)
Mutual labels:  djangorestframework

Django for mobile applications

Sample code and resources for PyCon Kr 2017 presentation

How to run

  1. git clone
$ git clone https://github.com/hassanabidpk/pyconkr2017.git
$ python3 -m venv myven
$ source myvenv/bin/activate
$ cd pyconkr2017
  1. Install requirments
$ pip install -r requirements.txt
  1. Make migrations and create user
$ python manage.py migrate
$ python manage.py createsuperuser
  1. Start Server
$ python manage.py runserver

Sample data

You can find sample images and data in dummy folder

Rest API end point

/api/list

Final output

React Native App Github

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].