/crud-app-vuejs-django

This is simple crud app and searchFilter made using vuejs and django. Used to explain the tutorial present on https://medium.com/@shubhambansal_89125/crud-app-using-vue-js-and-django-516edf4e4217 https://medium.com/@shubhambansal_89125/searchfilter-using-django-and-vue-js-215af82e12cd

Primary LanguageHTML

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 ❤