Ponynote
Modern note taking application with Django and ReactJS
This code repository is for my tutorial blog post: Modern Django.
How to setup
- Create a virtual env for this project
- Clone it
$ pip install -r requirements.txt
$ cd ponynote/frontend
$ npm install
$ npm run start
$ python manage.py runserver