Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
D

django-api-rest-and-angular

> 编程语言
Open source

An example repository of combining Django Rest Framework with AngularJS

800 stars0 likes0 views
WebsiteGitHub

About

An example repository of combining Django Rest Framework with AngularJS

Django API with Django Rest Framework and AngularJS-Resource

This sample project is the companion of a blog post on how to get started with Django Rest Framework and AngularJS.

Dependencies

To setup and run the sample code, you're going to need npm from NodeJS available to install the frontend code.

Setup

Docker

If you have a docker host, you can simply use docker-compose to build the example, then open http://localhost:

docker-compose up

Manual

You're encouraged to setup a virtualenv to work in prior to configuring the dependencies.

  1. Install Python Requirements

     pip install -r requirements.txt
     python setup.py develop
    
  2. Install Bower + Grunt

     npm install -g grunt-cli bower
    
  3. Install Assets

     npm install
     bower install
    
  4. Compile Assets

     grunt
    
  5. Setup the Database

     make create_database; make make_fixtures
    
  6. Run the Server

     ./manage.py runserver
    

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Python

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言