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

https://github.com/rocity/angular-es6-drf-seed

🛠 An Angular 1.x and DRF project seed.
https://github.com/rocity/angular-es6-drf-seed

angular1 angular1-x angular1x django django-rest-framework es6

Last synced: 3 months ago
JSON representation

🛠 An Angular 1.x and DRF project seed.

Awesome Lists containing this project

README

          

# Base Project 🛠

An Angular 1.x and DRF project seed.

# Tools

This seed uses the following stack:

- Angular `1.6.5`
- Django - `1.11.4`
- Django-Rest-Framework `3.6.3`
- ES6
- Webpack
- Bootstrap `4.0.0-beta`

# Setup

## Install python packages with `pip`

_A `virtualenv` is recommended._

` $pip install -r requirements.txt`

## Install front-end packages using `yarn`

`$ yarn install`

# Launching the Project

# Make commands

Watch changes on front-end code

`$ make watch-webapp`

# Running the API development server

`$ python manage.py runserver`

# License

This software is licensed under [The MIT License](./LICENSE).