/synergy-django-vue

Simple app using django and vuejs

Primary LanguageVue

Synergy Vue.js Django REST Framework

This is a simple CRUD app with Vue.js and Django REST Framework.

Prerequisites

  • Install python3+, pipenv, django.

Getting Started

  • Clone this project to your machine
  • Follow the instructions below.

Set up

You might want to use sudo if you encounter permissions error

Backend (Django)

From root folder execute

$ pipenv shell
$ pipenv install
$ python3 manage.py migrate
$ python3 manage.py runserver

Frontend (Vue)

Open another terminal and execute below commands from root folder

$ cd vue-app
$ yarn install
$ yarn serve

Built With

  • Django REST Framework - Django REST framework is a powerful and flexible toolkit for building Web APIs
  • Vue.js - The Progressive JavaScript Framework
  • SQLite - Database