Skip to content

BasicPixel/django-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

django-notes

django-notes is a markdown note-taking and todo-list website. made with Django & materialize during CS50's Web programming course.

Usage

To run this project locally, clone the repository, then run the following:

# Install dependancies
pip install -r requirements.txt

Then migrate database changes:

# Migrate DB
python manage.py migrate

Lastly start a local server:

# Run local server
python manage.py runserver

About

๐Ÿ“’ Note-taking and todo list web app made with Django

Resources

Stars

Watchers

Forks