Skip to content

A Repository for all the code for the 2024 Hackathon

License

Notifications You must be signed in to change notification settings

quiode/2024-Hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2024 Hackathon

A Repository for all the code for the 2024 Hackathon.

Used Tools

Frontend

Backend

Dev Setup

Recommended IDE's

VS-Code

Open the dev/vscode.code-workspace file to load the workspace.

Install all recommended extensions.

Frontend

Install pnpm.

Run pnpm install to install all dependencies.

Execute pnpm start to start the dev server.

Backend

Use Java Version 21.

Install the dependencies by going inside the backend folder and start the mvnw executable with the argument install like this: ./mvnw install.

Start the backend by executing the main function inside the BackendApplication.java class.

Docker (DB)

Install Docker.

Inside the dev folder execute docker compose up. This will start the PostgreSQL database, which is reachable at port 5432 with username admin and password 1234.

You can also type docker compose up -d to start the database in the background.

A folder, called db inside dev will be created which contains the database data. To clear the database, delete this folder.

Building

// TODO

Code Style

So far only one style guide: Make as much immutable as possible!

About

A Repository for all the code for the 2024 Hackathon

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •