Skip to content

Commit

Permalink
chore: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Jan 31, 2025
1 parent d4baefc commit 07e43e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Express + MongoDB + TypeScript example integration

1. Install dependencies via `yarn` or `npm install`
2. Run `docker-compose up -d` to start mongodb
2. Run `docker compose up -d` to start mongodb
3. Run via `yarn start` or `yarn start:dev` (watch mode)
4. Example API is running on localhost:3000

Expand Down

0 comments on commit 07e43e9

Please sign in to comment.