Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbrsagor/drf-angularjs-routing-services24
Django rest framework and angular js routing project.
https://github.com/mbrsagor/drf-angularjs-routing-services24
angular2 django drf javascript pyhton routing
Last synced: 14 days ago
JSON representation
Django rest framework and angular js routing project.
- Host: GitHub
- URL: https://github.com/mbrsagor/drf-angularjs-routing-services24
- Owner: mbrsagor
- Created: 2018-10-09T19:33:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T13:00:21.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T05:32:09.870Z (2 months ago)
- Topics: angular2, django, drf, javascript, pyhton, routing
- Language: JavaScript
- Homepage:
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drf-angularjs-routing-services24
> Django rest framework and angular js routing base old project.#### Run the project in your local dev server. Please follow the below instructions.
Actually, the instructions for Ubuntu mac OS will be similar If you develop or run the app on Windows OS I think you will get some little error. I recommend you to if develop the project you may switch Linux base platform or Mac.
## Prerequisites:
- Python 3.6
- Django 2.11Open in your base/ZSH terminal then run the command:
```base
git clone https://github.com/mbrsagor/drf-angularjs-routing-services24.git
cd drf-angularjs-routing-services24
virtualenv venv --python=python3.6
source venv/bin/activate
./manage.py migrate
./manage.py createsupeuser
./manage.py runserver
```