Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.01 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.01 KB

Krashna Members App

A full-stack web application for internal use by the Krashna Musika association (Delft, NL).

Installation

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:

Development

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

Production

TODO

Security

If you discover any security-related issues, please email [email protected] instead of using the issue tracker.

Credits

Development by the Krashna WebCie (web commission).