slovocast/app
2024-04-08 22:23:20 -04:00
..
src Test the types for all the controllers and bootstrapping. 2024-04-08 22:23:20 -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 Add a database connection, get the bcrypt library installed, implement a simple user repository. 2024-04-04 22:13:32 -04:00
index.ts Add some classes and bootstrap the routes in the controller class. 2024-04-08 22:17:32 -04:00
package.json Add a database connection, get the bcrypt library installed, implement a simple user repository. 2024-04-04 22:13:32 -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.