Skip to content

Commit

Permalink
doc: local setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hhow09 committed Jan 24, 2025
1 parent 5150267 commit 4fd6436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
```bash
cp .env.example .env # modify .env as needed
docker run --name mongodb -p 27017:27017 -d mongo:6.0.20
npm install
```

### Run server
Expand Down

0 comments on commit 4fd6436

Please sign in to comment.