Skip to content

Commit e7d0358

Browse files
Awards Updates (#49)
* Add User object to score and awards * Add types to awards * update scoring service --------- Co-authored-by: John DeLong <[email protected]>
1 parent 24ad4cf commit e7d0358

File tree

7 files changed

+2708
-3067
lines changed

7 files changed

+2708
-3067
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is the API for Hack the Lab 2024. It's written with Typescript for Node.js
2121
- Navigate to the project directory: `cd Hack-the-Lab-Backend`
2222
- Edit your environment file (`.env`) in the root directory of the project directory. (Reference below, you can also copy the `.env.example`)
2323
- Install the dependencies: `npm i`
24-
- If you have docker installed, start the containers: `docker compose up --detach` (or `-d`) (You do not need to do this between server restarts.)
24+
- If you have docker installed, start the containers: `docker compose -p hack_the_lab up --detach` (or `-d`) (You do not need to do this between server restarts.)
2525
- To insert the example mazes from the `/mazes` directory into the database, run `npm run sync-mazes`
2626
- Run the server locally: `npm run dev`
2727

0 commit comments

Comments
 (0)