All Projects → pselle → Django Rest Angular2 Example

pselle / Django Rest Angular2 Example

Licence: mit
A simple example of a Django REST app + Angular2

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Rest Angular2 Example

Ionic2 Reddit Reader
Ionic 2 Sample App
Stars: ✭ 128 (-3.03%)
Mutual labels:  angular2
Docker Mailman
Dockerfiles for the mailman suite.
Stars: ✭ 130 (-1.52%)
Mutual labels:  django
Ngx Openlayers
Angular2+ components for Openlayers 4.x
Stars: ✭ 131 (-0.76%)
Mutual labels:  angular2
Ngx Validators
Validator library for Angular 2+
Stars: ✭ 128 (-3.03%)
Mutual labels:  angular2
Django Easy Maps
🗺 Google Maps with easy!
Stars: ✭ 129 (-2.27%)
Mutual labels:  django
Django Auth Adfs
A Django authentication backend for Microsoft ADFS and AzureAD
Stars: ✭ 127 (-3.79%)
Mutual labels:  django
Dailyfresh
Django-天天生鲜电商学习项目
Stars: ✭ 127 (-3.79%)
Mutual labels:  django
Daily fresh demo
生鲜购物网站
Stars: ✭ 132 (+0%)
Mutual labels:  django
Django Tos
A small app to ensure your users re-agree to Terms of Service changes
Stars: ✭ 129 (-2.27%)
Mutual labels:  django
Ng Pi Admin
Angular admin http://treesflower.com/ng-pi-admin
Stars: ✭ 131 (-0.76%)
Mutual labels:  angular2
Wagtailmedia
A Wagtail module for managing video and audio files within the admin
Stars: ✭ 128 (-3.03%)
Mutual labels:  django
Django Defectdojo
DefectDojo is an open-source application vulnerability correlation and security orchestration tool.
Stars: ✭ 1,926 (+1359.09%)
Mutual labels:  django
Academicstoday Django
A open-source platform for online course-based learning and education.
Stars: ✭ 130 (-1.52%)
Mutual labels:  django
Snippod Starter Demo App
A full stack 'Hacker News' style demo web application built with React + Redux (Front) and django REST Framework (Server).
Stars: ✭ 128 (-3.03%)
Mutual labels:  django
Django Netjsongraph
Network Topology Visualizer & Network Topology Collector
Stars: ✭ 131 (-0.76%)
Mutual labels:  django
Simple Signup
Code samples used in the blog post "How to Create User Sign Up View"
Stars: ✭ 128 (-3.03%)
Mutual labels:  django
Callisto Core
Report intake, escrow, matching and secure delivery code for Callisto, an online reporting system for sexual assault.
Stars: ✭ 130 (-1.52%)
Mutual labels:  django
Fusebox Angular Universal Starter
Angular Universal seed project featuring Server-Side Rendering, @fuse-box bundling, material, firebase, Jest, Nightmare, and more
Stars: ✭ 132 (+0%)
Mutual labels:  angular2
Olhoneles
Tool to monitor Brazilian legislators expenses while in the exercise of their mandates
Stars: ✭ 131 (-0.76%)
Mutual labels:  django
Auto ui
web版本自动化测试报告
Stars: ✭ 131 (-0.76%)
Mutual labels:  django

Angular 2 and Django REST Framework

A simple example application where an Angular 2 app talks to an API running Django REST framework.

Setup

Install dependencies and run migrations to set up the app:

  • Create a virtualenv
  • Run ./build-app.sh

Note: if you are unsure of how to build a virtualenv, uncomment the lines in the install script that will do it for you.

Run the app

Run the REST server:

# in the exampleapp folder
python manage.py runserver

Start the Angular 2 app:

# in the angular2 folder
npm start
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].