❗ Please place a keycloak.json inside the root folder of the project. See the example here: https://github.com/keycloak/keycloak-quickstarts/blob/latest/service-nodejs/keycloak.json
- Clone this Repository (
git clone https://github.com/BTE-Germany/map.git
) - Compile the TS files to JS (
tsc
if not installed, runnpm install -g typescript
) - Start the server with
npm start
- Make sure that the database in the backend is running
- 🎉 Start Coding
Update DB: make change in schema.prisma and run prisma db push
📌 All settings can be made in a .env
file. (Just copy and rename the .example.env
)
- Clone this Repository (
git clone https://github.com/BTE-Germany/map.git
) - Open your WebStorm settings (CTRL+ALT+S)
- Enable the following checkbox
- Start the server with
npm start
- 🎉 Start Coding
📌 All settings can be made in a .env
file. (Just copy and rename the .example.env
)