Skip to content

Commit dddc11a

Browse files
committed
docs: update readme
1 parent 0c92e4e commit dddc11a

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.md

+15-11
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ This tool allows organizers to register an event and open a public registration
2121

2222
### Functional Requirements
2323

24-
- [x] The organizer must be able to register an event.
25-
- [x] The organizer must be able to view event details.
26-
- [x] The organizer must be able to view the list of participants.
27-
- [x] The participant must be able to register for an event.
28-
- [x] The participant must be able to view their registration badge.
29-
- [x] The participant must be able to check-in at the event.
24+
- The organizer must be able to register an event.
25+
- The organizer must be able to view event details.
26+
- The organizer must be able to view the list of participants.
27+
- The participant must be able to register for an event.
28+
- The participant must be able to view their registration badge.
29+
- The participant must be able to check-in at the event.
3030

3131
### Business Rules
3232

33-
- [x] A participant can only register for an event once.
34-
- [x] A participant can only register for events with available slots.
35-
- [x] A participant can only check-in at an event once.
33+
- A participant can only register for an event once.
34+
- A participant can only register for events with available slots.
35+
- A participant can only check-in at an event once.
3636

3737
### Non-Functional Requirements
3838

39-
- [ ] Event check-in will be conducted via a QR code.
39+
- Event check-in will be conducted via a QR code.
4040

4141
## Installation
4242

@@ -54,7 +54,11 @@ To install and run the application locally, follow these steps:
5454
```sh
5555
npm install
5656
```
57-
4. Run the application:
57+
4. Run migrations:
58+
```sh
59+
npx prisma migrate dev
60+
```
61+
5. Run the application:
5862
```sh
5963
npm run start:dev
6064
```

0 commit comments

Comments
 (0)