https://github.com/zby-zy/note-app
https://github.com/zby-zy/note-app
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zby-zy/note-app
- Owner: zby-zy
- Created: 2022-05-10T10:13:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T20:56:56.000Z (over 3 years ago)
- Last Synced: 2025-01-15T05:46:39.498Z (12 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note App
## Framework
* Flask
### How to install Flask
`pip install flask`
## Database
* PostgreSQL
### How to run the app
`python manage.py runserver`
## App