Skip to content

A note taking app (Django)

License

GPL-3.0, Apache-2.0 licenses found

Licenses found

GPL-3.0
LICENSE
Apache-2.0
LICENSE.md
Notifications You must be signed in to change notification settings

fatmakahveci/Django-Notes-App

Repository files navigation

header.png

Note App

🎯 A project for learning purposes.

🦦 You can check my Django and python notes in my blog.

Installation

# Clone the repository
git clone https://github.com/fatmakahveci/Django-Notes-App.git
# Go to the directory
cd Django-Notes-App
# Create a virtual environment
python3.11 -m venv env
# activate the virtual env
source env/bin/activate
# install packages
pip install -r requirements.txt
cd backend
python manage.py migrate
python manage.py runserver