## Startup

### Follow this steps

1. Do initial installation of node dependency

```bash
npm install
# or
yarn install
#or
pnpm install
```

2. Set your .env file

    - set port number and your mongodb uri

3. Setup you're model schema
