This is a new wespace documentation and is under construction.
# Public Endpoints
The full Swagger docs for all public endpoints can be viewed in /api/api-docs
# Getting Started
# Contributing
This project uses the standard T3 folder structure. We might migrate to a monorepo structure with separate packages later. But for the time being, we see no need to do so. Those already familiar with T3 should be able to make contributions right away.
## Schemas
We use `Zod` for all request/respons schemas to make validations easier.
Instead of
```ts
interface SomeType {
name: string;
}
// or
type SomeType = {name: string}
https://api.github.com/BKK-WeSpace/tree-population/blob/e41a837e40ad87e41bcb6aea273205a2b298ff33/README.md#L56
npm install
npm run dev
We do
About
Things yet to be done