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

https://github.com/mfbx9da4/djangular-boilerplate

A personal boilerplate based off official django polls tutorial with angular and rest framework
https://github.com/mfbx9da4/djangular-boilerplate

Last synced: 2 months ago
JSON representation

A personal boilerplate based off official django polls tutorial with angular and rest framework

Awesome Lists containing this project

README

        

## Init

virtualenv --no-site-packages venv
source venv/bin/activate
pip install -r requirements.txt

## Test

coverage run --source=polls --omit='*/migrations/*' ./manage.py test && coverage report -m
./node_modules/karma/bin/karma start karma.conf.js

## Run

./manage.py runserver

## Build frontend

gulp sass:watch