This is a simple CRUD app with Vue.js and Django REST Framework.
- Install python3+, pipenv, django.
- Clone this project to your machine
- Follow the instructions below.
You might want to use sudo
if you encounter permissions error
From root folder execute
$ pipenv shell
$ pipenv install
$ python3 manage.py migrate
$ python3 manage.py runserver
Open another terminal and execute below commands from root folder
$ cd vue-app
$ yarn install
$ yarn serve
- Django REST Framework - Django REST framework is a powerful and flexible toolkit for building Web APIs
- Vue.js - The Progressive JavaScript Framework
- SQLite - Database