slovocast/app
2024-04-01 21:27:22 -04:00
..
src Fix typo for image import 2024-04-01 21:27:22 -04:00
.editorconfig Add Hono app for the project. 2024-03-02 11:48:37 -05:00
.gitignore Add Hono app for the project. 2024-03-02 11:48:37 -05:00
bun.lockb Update the application to be express with types, run with bun 2024-04-01 20:48:57 -04:00
package.json Update the application to be express with types, run with bun 2024-04-01 20:48:57 -04:00
README.md Update the application to be express with types, run with bun 2024-04-01 20:48:57 -04:00
tsconfig.json Add the relationships to the type level. 2024-04-01 21:26:33 -04:00

slovocast-api

To install dependencies:

bun install

To run:

bun run server.ts

This project was created using bun init in bun v1.0.35. Bun is a fast all-in-one JavaScript runtime.