An open API service indexing awesome lists of open source software.

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

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`