Skip to content

rahul-kumar-bly/Note-Manager-WebApp-In-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Note-WebApp-In-Django

A simple django based note web app which support user-access and crud applications.

How to get started with this app?

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

App Demo

Notes Page

home-page

Single Note View

single note view

Note Update View

note update

Full album https://imgur.com/a/OlRXJjr

About

Django based web app which allow user-access and crud.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published