• Stars
    star
    135
  • Rank 263,749 (Top 6 %)
  • Language
    JavaScript
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Repository for "Modern Django" tutorial

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