Skip to content

kmAyush/Note-Taking-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Note Taking App

Purpose - This project is created to demonstrate usage of django. It is app to create notes and show notes like the sticky notes in Windows.

Current Status - Completed

Hosted at - https://ayushkm.pythonanywhere.com

Instructions to install

Run these commands in terminal :-

  1. git clone https://github.com/kmAyush/Note-Taking-App
  2. cd Note-Taking-App/NotesProject
  3. pip3 install django-widget-tweaks
  4. python3 manage.py makemigrations
  5. python3 manage.py migrate
  6. python3 manage.py runserver
  7. Run 127.0.0.1:8000 on Web browser

Features

  1. Multiple browser support.
  2. Data is managed in django inbuilt database mysql.
  3. Easy to create sticky notes.

About

A django app to create notes like sticky notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published