Booking system for Tullinge gymnasium datorklubb. Initial revision was coded during 2018, major overhaul in 2019 (split application into three). Made open-source in 2020 and rewritten again.
Production application is available at booking.tgdk.se.
The backend is coded in Python 3 Flask. It's meant to be served under the /api
route. You need to have Pipenv install to run it locally.
See backend/README.md
for install instructions. You need to set environment variables. They can be set in .env
.
For production, use the Docker image. There is a prod.yml
docker-compose configuration.
docker-compose -f prod.yml up -d
The frontend is coded in React. It's mean to be served under the project root, /
. Before you build, set the environment variable REACT_APP_BACKEND_URL
to the URL of your backend (e.g. https://booking.tgdk.se
).
Build the project.
npm run build
Serve the static files generated in build
.
backend
, application route/backend
- Python 3 Flask backend applicationfrontend
, application route/
- React application, frontend
This project is licensed under the terms of the GNU General Public License 3.0. This license was added to the project in the commit 56df59a. The author of all previous commits, Vilhelm Prytz, has decided to license all previous work and commits under the same license.
Created, initially written and maintained by Vilhelm Prytz.
Copyright (C) 2018 - 2020, Vilhelm Prytz, [email protected], et al.