Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/victorpre/gadgets
- Owner: victorpre
- Created: 2017-12-11T00:06:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T18:19:25.000Z (over 6 years ago)
- Last Synced: 2024-10-08T10:18:47.586Z (about 1 month ago)
- Topics: angularjs, api, django, django-api, django-rest-framework, python
- Language: Python
- Homepage:
- Size: 127 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`