Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 415 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 415 Bytes

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