Skip to content

kruti2107/My_Notes_Application

Repository files navigation

Note Application using Django

Django notes application is for the user to write and store the impotanat stuff digitally. To use this application, user have to registered themeseleves in this app. Only registered user can add, edit and delete notes.

Getting Started

Prerequisites

python== 3.8 or up and django==4.0.5

Installation Steps

Open terminal and enter following command

git clone https://github.com/kruti2107/My_Notes_Application.git

or directly download zip file from Download Zip option as shown in below image

To install the require packages, run the following command in command prompt (first move to your project directory in cmd)

pip install --r requirement.txt

To run the project on local server, enterd the following command

python manapy.py runserver

This will run your project on ip http://127.0.0.1:8000 in your server

Project UI Screenshots

Login Page

Registration Page

Home page

Thank you !!!!!!!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published