Skip to content

martbrn/PyJanVue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧶 Python Django + Vue 🧶

Technologies

 Before, on cmd: git clone https://github.com/martbrn/PyJanVue.git 

Install FrontEnd

 
$ cd /PyJanVue/client
$ npm install
$ npm run serve

Enter on http://localhost:8080/ in your Browser.

Install Backend

 
$ python -m venv myenv
$ cd myenv
$ scripts/activate
$ pip install django
$ pip install djangorestframework
$ python -m pip install django-cors-headers
$ python manage.py createsuperuser

Now enter:
username: username  
mail: username@username.com
password: password

$ python manage.py migrate
$ python manage.py runserve

Enter on http://localhost:8000/ in your Browser.

About

Python + Django Simple Web API with VueJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published