https://github.com/aostrun/django-angular-template
https://github.com/aostrun/django-angular-template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aostrun/django-angular-template
- Owner: aostrun
- Created: 2018-05-19T09:44:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T16:37:19.000Z (about 8 years ago)
- Last Synced: 2025-02-24T01:50:40.770Z (over 1 year ago)
- Language: TypeScript
- Size: 136 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django-Angular-Template
## Django requirements
Install [PyCharm](https://www.jetbrains.com/pycharm/download/)
Install [Postman](https://www.getpostman.com/apps) for testing API endpoints
```
Python 3.6.x
python --version returns Python 3.6.x
Terminal:
pip install djangorestframework
pip install markdown
pip install django-filter
pip install django-rest-auth
pip install django-cors-headers
pip install django-allauth
Start Django Server with
python manage.py runserver
```
## Angular requirements
```
1) Install from this site https://www.npmjs.com/get-npm
Terminal:
npm install -g @angular/cli
cd Django-Angular-Template/angular
npm install
npm install typed.js
```