Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/victorpre/gadgets

🐍 Django REST API + AngularJS
https://github.com/victorpre/gadgets

angularjs api django django-api django-rest-framework python

Last synced: about 1 month ago
JSON representation

🐍 Django REST API + AngularJS

Awesome Lists containing this project

README

        

# Simple django REST API using Django Rest Framework

[![Build Status](https://travis-ci.org/victorpre/gadgets.svg?branch=master)](https://travis-ci.org/victorpre/gadgets)

## Running:

Backend:

- `make build-backend`
- `make run-backend`

Frontend:

- `make run-frontend`

## Development Instructions:

- `git clone https://github.com/victorpre/gadgets.git && cd gadgets`
- `virtualenv -p python3 venv`
- `source venv/bin/activate`
- `pip install -r requirements.txt`
- `python backend/manage.py migrate`
- `python backend/manage.py runserver`

## Testing

- `python backend/manage.py test`