Fantasion interface | https://fantasion.cz
This is a web interface for Fantasion, a non-profit company that runs summer camps for children in Czechia.
- fantasion-backend Django driven API and admin interface
- fantasion-public Cloud Function driven public websitei
This project requires you to have current version of Python and Node.js installed. You will also need Poetry and npm.
Install dependencies with npm. It should trigger installation of Python dependencies as well.
npm ci
To run the backend, use
npm run backend
To run the website, use
npm run web
Obviously, you will need the backend running for the website to work.