Skip to content

josezuazo/crud-app-vuejs-django

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD-APP-vuejs-django

This repo contains the code used to in the tutorial on the medium blog

Getting Started

$ git clone https://github.com/ShubhamBansal1997/crud-app-vuejs-django.git
$ cd crud-app-vuejs-django/
$ virtualenv --python=`which python3` venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ cd myproject
$ python manage.py migrate
$ python manage.py runserver

Application is started at

127.0.0.1:8000

License

MIT


Contributors

If you would any error or issue you can mention in issues or raise a pull request.

Made with ❤

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.8%
  • Python 37.2%