Skip to content

denisorehovsky/django-vue-simplenote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-vue-simplenote


Description

django-vue-simplenote is an example of note application that uses django & django rest framework as a backend and vue.js as a frontend.

How to run

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published