Skip to content

lestec-al/local-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Notes App

A simple app for sharing notes with multiple devices on a local network. For example, write a text on a PC and continue on a phone or other device on the same network. It can also be a base for developing your own app.

Installation for Windows:

  • install Python (I use v3.11 but from v3.9 should work)
  • download or clone this repo and in the project folder run via command line
    • pip install -r requirements.txt
    • python manage.py makemigrations
    • python manage.py migrate

Launching on Windows:

  • launch file 'run.bat'
  • if 'run.bat' doesn't work try:
    • open a command prompt and select the project folder through it
    • type command python run.py