Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note_tracker

Note_tracker is a Django-based web application for managing and tracking notes.

🚀 Getting Started

Follow the steps below to set up and run the project locally.

1️⃣ Clone the repository

git clone <repository_url>
cd Note_tracker

2️⃣ Create a virtual environment

python -m venv env

3️⃣ Activate the virtual environment

  • Windows:

    env\Scripts\activate
  • Linux / macOS:

    source env/bin/activate

4️⃣ Install dependencies

pip install -r requirements.txt

5️⃣ Apply database migrations

python manage.py makemigrations
python manage.py migrate

6️⃣ Create a superuser

python manage.py createsuperuser

Follow the prompts to set up admin credentials.

7️⃣ Run the development server

python manage.py runserver

The project will be available at:

http://127.0.0.1:8000/

🔐 Admin Panel

You can access the Django admin panel at:

http://127.0.0.1:8000/admin/

Log in using the superuser credentials you created earlier.

🛠 Tech Stack

  • Python
  • Django
  • SQLite (default)

📌 Notes

  • Make sure you are using Python 3.x
  • Always activate the virtual environment before running the project

Happy c

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages