You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Zustand](https://docs.pmnd.rs/zustand/getting-started/introduction) - State management.
27
27
28
28
### Backend
29
29
30
-
-[tRPC](https://trpc.io) - type-safe API access layer for the AntAlmanac API.
31
-
-[Anteater API](https://docs.icssc.club/docs/about/anteaterapi) - API maintained by ICSSC for retrieving UCI data.
32
-
-[Drizzle ORM](https://orm.drizzle.team/) - [high-performance](https://orm.drizzle.team/benchmarks) type-safe SQL-like access layer compatible with all major SQL dialects.
33
-
-[PostgreSQL](https://www.postgresql.org) - Relational database for storing user data and schedules.
30
+
-[tRPC](https://trpc.io) - type-safe API access layer for the AntAlmanac API.
31
+
-[Anteater API](https://docs.icssc.club/docs/about/anteaterapi) - API maintained by ICSSC for retrieving UCI data.
32
+
-[Drizzle ORM](https://orm.drizzle.team/) - [high-performance](https://orm.drizzle.team/benchmarks) type-safe SQL-like access layer compatible with all major SQL dialects.
33
+
-[PostgreSQL](https://www.postgresql.org) - Relational database for storing user data and schedules.
34
34
35
35
### Tooling
36
36
37
-
-[SST](https://sst.dev) - Infrastructure as code framework for AWS deployment.
38
-
-[Docker](https://www.docker.com) - Containerization for local database development.
39
-
-[Vitest](https://vitest.dev) - Test runner.
40
-
-[TypeScript](https://www.typescriptlang.org) - JavaScript with type-checking.
37
+
-[SST](https://sst.dev) - Infrastructure as code framework for AWS deployment.
38
+
-[Docker](https://www.docker.com) - Containerization for local database development.
39
+
-[Vitest](https://vitest.dev) - Test runner.
40
+
-[TypeScript](https://www.typescriptlang.org) - JavaScript with type-checking.
41
41
42
42
## History
43
43
@@ -98,7 +98,6 @@ If you ever need help, feel free to ask around on our [Discord server](https://d
98
98
This is best done with a version manager that allows you to easily switch between
99
99
Node.js versions based on the requirements of different projects.
0 commit comments