https://github.com/lestec-al/local-notes
Django-based LAN note sharing app
https://github.com/lestec-al/local-notes
bootstrap django django-application django-project html-css-javascript notes notes-app python web
Last synced: 3 months ago
JSON representation
Django-based LAN note sharing app
- Host: GitHub
- URL: https://github.com/lestec-al/local-notes
- Owner: lestec-al
- License: mit
- Created: 2023-07-13T10:57:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T12:21:53.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T06:34:12.240Z (over 1 year ago)
- Topics: bootstrap, django, django-application, django-project, html-css-javascript, notes, notes-app, python, web
- Language: Python
- Homepage:
- Size: 885 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`