Skip to content

Notes app with some UI improvements from https://www.youtube.com/watch?v=c-QsfbznSXI Tutorial uses Choreo which I successfully ran on free account. Converted to sqlite for local running since free account is limited.

Notifications You must be signed in to change notification settings

ethanCKJ/Django-React-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic notes app with Django and React

Originally based on a tutorial by Tech with Tim (https://www.youtube.com/watch?v=c-QsfbznSXI). I changed the UI and added a feature to edit notes.

Watch a demo here

https://youtu.be/jS7Ajy4pJ9A

To run

Running the frontend
cd root/frontend
npm install
npm run dev

Running the backend
cd root/backend/backend (folder with manage.py)
python manage.py runserver
This should run the database with SQLite.

Create an account and enjoy!

About

Notes app with some UI improvements from https://www.youtube.com/watch?v=c-QsfbznSXI Tutorial uses Choreo which I successfully ran on free account. Converted to sqlite for local running since free account is limited.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published