Skip to content

ozcanyarimdunya/django-vue-buefy

Repository files navigation

Django/Rest and VueJS with Buefy

Installation

Clone the repository, then

make install
make

Local Development

Create a superuser

make superuser

Open 2 terminals and then type

make run-backend
make run-frontend

Backend will be served at http://localhost:8000 and frontend will served at http://localhost:8080

Test

Backend

make test
make coverage

Deployment on docker

make dockerd

Application will be served at http://ip-of-your-server:8000