All Projects → codingforentrepreneurs → Django-Ionic-Integration

codingforentrepreneurs / Django-Ionic-Integration

Licence: other
Section 3 of the Django + Angular + Ionic Course

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Django-Ionic-Integration

Ionicons
Premium hand-crafted icons built by Ionic, for Ionic apps and web apps everywhere 🌎
Stars: ✭ 15,802 (+75147.62%)
Mutual labels:  ionic
block-photos
A photos app built with Ionic and Blockstack as backend.
Stars: ✭ 24 (+14.29%)
Mutual labels:  ionic
superacao-app
Aplicativo para o projeto "Anjos do SuperAção"
Stars: ✭ 17 (-19.05%)
Mutual labels:  ionic
google-maps-places-geolocation-for-your-ionic-app
Ionic example app of how to add Google maps, places, geolocation and related features into an Ionic Framework app.
Stars: ✭ 13 (-38.1%)
Mutual labels:  ionic
capacitor-rate-app
Let users rate your app using native review app dialog for both Android and iOS.
Stars: ✭ 88 (+319.05%)
Mutual labels:  ionic
drf-starter-template
DRF Starter Template with drf-yasg, heroku deployment ready config, CORS config
Stars: ✭ 25 (+19.05%)
Mutual labels:  django-rest-framework
Ionic Mosum
Download Latest Ionic v3 Weather App ->
Stars: ✭ 246 (+1071.43%)
Mutual labels:  ionic
image-uploader
JavaScript Image Uploader Library for use with Amazon S3
Stars: ✭ 19 (-9.52%)
Mutual labels:  ionic
django-jsonapi-training
Columbia University IT developer training on using Django, REST and {json:api}
Stars: ✭ 25 (+19.05%)
Mutual labels:  django-rest-framework
cordova-plugin-android-window-background
Simple Cordova plugin to set Android window background on start-up 🎨 🍭
Stars: ✭ 15 (-28.57%)
Mutual labels:  ionic
haoshiyou-client
Source code for haoshiyou clients (Hybrid HTML5 App)
Stars: ✭ 14 (-33.33%)
Mutual labels:  ionic
django-on-k8s
An end to end tutorial to run a Django Web Application having a PostgreSQL database in Kubernetes
Stars: ✭ 37 (+76.19%)
Mutual labels:  django-rest-framework
evcloud
EVCloud是一个基于ceph和libvirt的轻量级云主机管理平台,实用稳定,维护简易
Stars: ✭ 44 (+109.52%)
Mutual labels:  django-rest-framework
ngx-ion-simple-mask
Input mask for Angular/Ionic
Stars: ✭ 21 (+0%)
Mutual labels:  ionic
linkedevents
Linked Events event database and API
Stars: ✭ 20 (-4.76%)
Mutual labels:  django-rest-framework
Ionic Cache
Ionic and Angular cache service with IndexedDB, SQLite and WebSQL support
Stars: ✭ 248 (+1080.95%)
Mutual labels:  ionic
web-ui
python+selenium+pytest+allure UI 自动化框架
Stars: ✭ 199 (+847.62%)
Mutual labels:  django-rest-framework
pwa-theme-obliq
OBLIQ Progressive Web Application V2.0
Stars: ✭ 29 (+38.1%)
Mutual labels:  ionic
cryptopay-web
A payment gateway like Stripe for cryptocurrencies
Stars: ✭ 7 (-66.67%)
Mutual labels:  django-rest-framework
QuestionTime
📚 Quora-like Single Page Application built with Django, Django REST Framework and Vue JS
Stars: ✭ 76 (+261.9%)
Mutual labels:  django-rest-framework

Django + Ionic Integration

Django + Angular + Ionic Logo

Building on top of Section 2 Angular Integration(repo), we learn how to integrate a Django project with the Ionic Framework.

Pulling this project?

Install node packages

$ mkdir tryIonic
$ cd try Ionic
$ mkdir cfeApp
$ cd cfeApp
$ git clone https://github.com/codingforentrepreneurs/Django-Ionic-Integration .
$ npm install
$ ionic serve

A Fresh Install of the Django Backend (For Lesson 17)

This backend was built in our Rest API course.

$ mkdir dev
$ cd dev
$ mkdir backend
$ cd backend
$ git clone https://github.com/codingforentrepreneurs/Django-Angular-Ionic/ .
$ git reset 65f74b19ea8e43a5b001a100a0fb151c8265892f --hard
$ rm -rf .git
$ pipenv install --python python3.6
$ pipenv install -r requirements.txt
$ pipenv install django-cors-headers
$ pipenv install coreapi
$ pipenv shell
$ cd src
$ python manage.py runserver
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].