Skip to content

Wel1332/notes-keeper-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗒️ Notes Keeper Django Web App

A minimal web application to create and manage notes using Python Django.

Features

  • Add new notes with a title and content
  • View all notes
  • Delete notes
  • Clean Git branching workflow

Installation

git clone https://github.com/<your-username>/notes-keeper-django.git
cd notes-keeper-django
python -m venv env
env\Scripts\activate
pip install django
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published