Skip to content

Commit

Permalink
docs: Update running-the-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b authored May 6, 2024
1 parent e61102c commit 177dbbf
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ description: Get to know how you can develop the API!

The API resides in the `apps/api` directory. It is a NestJS project. To run the API locally, do the following:

* Get the database and cache up and running:

```bash
docker compose up -d
```

* Generate the prisma types:

```bash
Expand Down

0 comments on commit 177dbbf

Please sign in to comment.