To run this project you will need:
- Environment variables are defined in
.envfile. If no variables are provided, defaults will be assumed so the projects can run correctly (the same of.env.sample). - You can use
.env.sampleto know how to configure the.envto your needs.
- JavaScript wrapper: TypeScript
- Runtime: Bun
- Package manager: Bun
- Transpiler: Bun
- Tests: Bun
- HTTP Server: Bun
- Dependency Injection: tsyringe
- ORM: drizzle
- Database: libSQL (not sure yet)
- Object validations: zod (not sure yet)
- API documentation: swagger
- Logs: winston
For more, check the package.json files.