django-vue-simplenote
is an example of note application that uses django & django rest framework as a backend and vue.js as a frontend.
Clone the repository:
➜ git clone https://github.com/apirobot/django-vue-simplenote
Create and activate virtualenv:
➜ virtualenv -p python3 env
➜ source env/bin/activate
Run scripts from Makefile that install all dependencies, run migrations and start dev server.
(env) ➜ make dev
(env) ➜ make migrate
(env) ➜ make run
We are done.
- Frontend: http://localhost:8080/
- Backend: http://localhost:8000/