- What you're trying to build or achieve: just a quick summary helps people understand the context.

- Details about your setup:
    - Your tech stack
    - Where you are having the problem
    - What tools you are using, etc

- What you've already tried: so others don't repeat the same suggestions.

- Any error messages or unexpected behavior: these can give good clues.

- Screenshots (if possible): sometimes it's easier to show than explain.

> Example:

Title: MongoDB Connection Issues
- I am trying to connect MongoDB to my back-end API but it just doesn't want to connect at all
- I am using mongoose to connect it to my express + node back-end
- I already reviewed my db.ts config file, there is no syntax errors
    - `typescript
 // typescript code here
` 
- There is no error, it just silently fails without any output, leaving my back-end hanging when sending request to the database

<put appropriate screenshots here>

---

> **Endpoint:** `/formats/request`
> [formats](/formats) > [request](/formats/request)
> Up: [/formats](/formats)
> Previous: [/formats/quickstart-checklist](/formats/quickstart-checklist) | Next: [/formats/response](/formats/response)
> [Index](/)