https://github.com/lewandowski-jan/magicevents
Simple app and api for event reservation, made with Flask.
https://github.com/lewandowski-jan/magicevents
flask
Last synced: about 2 months ago
JSON representation
Simple app and api for event reservation, made with Flask.
- Host: GitHub
- URL: https://github.com/lewandowski-jan/magicevents
- Owner: lewandowski-jan
- Created: 2021-02-12T08:09:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T08:51:17.000Z (over 5 years ago)
- Last Synced: 2025-01-14T20:21:07.314Z (over 1 year ago)
- Topics: flask
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magic Events
Simple app and api for event reservation, made with Flask.
## Requirements
Package - Version
aniso8601 - 8.1.1
certifi - 2020.12.5
chardet - 4.0.0
click - 7.1.2
Flask - 1.1.2
Flask-RESTful-0.3.8
idna - 2.10
itsdangerous- 1.1.0
Jinja2 - 2.11.3
MarkupSafe - 1.1.1
pip - 21.0.1
pytz - 2021.1
requests - 2.25.1
setuptools - 52.0.0
six - 1.15.0
urllib3 - 1.26.3
Werkzeug - 1.0.1
wheel - 0.36.2
## Instruction
Api.py runs on http://localhost:5000
App.py runs on http://localhost:4000