A full-stack web application for internal use by the Krashna Musika association (Delft, NL).
To get started, you'll need JDK 8 or higher, the Node.js environment, and the Yarn package manager.
Now, create the following a config.properties
file in src/main/resources
:
BASE_URL=http://localhost:3000
[email protected]
[email protected]
MAILGUN_DOMAIN=example.com
MAILGUN_API_KEY=12345...
Follow the steps below to get a development or production environment going:
Open two terminals with this directory as working directory.
In one of them, run the following commands:
./gradlew
In the other, run the following commands:
cd frontend
yarn
yarn start
TODO
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Development by the Krashna WebCie (web commission).