Skip to content

Commit 01414c6

Browse files
readme [nfc]: Add setup guide
1 parent f538e26 commit 01414c6

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
@@ -22,4 +22,11 @@ Backend:
2222
- aggregation
2323

2424
Frontend:
25-
- visualization dashboard
25+
- visualization dashboard
26+
27+
## Setup
28+
29+
1. Run "python server/init_db.py && python server/populate_db.py".
30+
2. Start the server using command "uvicorn server.api:app --port 8080".
31+
3. Start frontend by change directory to lib ("cd lib" from root) then using command "npm install"
32+
followed by "npm run dev".

0 commit comments

Comments
 (0)