Skip to content

denisorehovsky/django-react-graphql-simplenote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-react-graphql-simplenote


Description

django-react-graphql-simplenote is an example of note taking application that uses django & graphene django on server-side and typescript & react on client-side.

How to run

Clone the repository:

➜ git clone https://github.com/apirobot/django-react-graphql-simplenote

Create and activate virtualenv:

➜  virtualenv -p python3 .venv
➜  source .venv/bin/activate

Run scripts from Makefile that install all dependencies, run migrations and start dev server.

(.venv) ➜  make dev
(.venv) ➜  make migrate
(.venv) ➜  make run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published