There arent great tutorials that teaches Django + Vuejs , So, I created this to show the capability of Django and how easy it is to build enterprise level applications with Django and Vuejs.
This section lists major frameworks which we used to built this project.
To get a local copy and running up follow these simple steps.
We need the following.
git clone https://github.com/Adarshreddyash/ronix-backend.git
pip install -r requirements.txt
python manage.py makemigrations
python manage.py runserver
Songs
127.0.0.1:8000/api/v1/songs
Authentication
127.0.0.1:8000/rest-auth/registration/
127.0.0.1:8000/rest-auth/login/
JWT Tokens
127.0.0.1:8000/api/v1/auth/obtain_token/
127.0.0.1:8000/api/v1/auth/refresh_token/
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.
Twitter - @adarshreddyash
Project Link: https://github.com/Adarshreddyash/ronix-backend
Author: Adarshreddyash
Source Code: https://github.com/Adarshreddyash/ronix-backend
#vuejs #vue #javascript #django