typeshige / ponynote

Repository for "Modern Django" tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Repository for "Modern Django" tutorial


Languages

Language:JavaScript 83.5%Language:Python 8.2%Language:CSS 5.5%Language:HTML 2.7%