We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4baefc commit 07e43e9Copy full SHA for 07e43e9
README.md
@@ -1,7 +1,7 @@
1
# Express + MongoDB + TypeScript example integration
2
3
1. Install dependencies via `yarn` or `npm install`
4
-2. Run `docker-compose up -d` to start mongodb
+2. Run `docker compose up -d` to start mongodb
5
3. Run via `yarn start` or `yarn start:dev` (watch mode)
6
4. Example API is running on localhost:3000
7
0 commit comments