A simple django based note web app which support user-access and crud applications.
Activate virtual environment in your system.
For windows, type
.venv/bin/activate
For Linux, type
source .venv/bin/activate
Create database using
python manage.py makemigrations
python manage.py migrate --run-syncdb
Run the server using
python manage.py runserver
Full album https://imgur.com/a/OlRXJjr


