Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 3390dc6

Browse files
committed
Added database setup
1 parent f6c8df2 commit 3390dc6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,11 @@ We have designed rctf with the following attributes in mind:
1717

1818
## Installation
1919

20-
_TODO_
20+
### Database
21+
22+
The application is built on a PostgreSQL database. You should add the appropriate connection string in `.env`. Then run the following command to setup the database.
23+
24+
```
25+
yarn run migrate up
26+
```
27+

0 commit comments

Comments
 (0)