slovocast/server
2024-02-21 21:07:02 -05:00
..
sql Add order to the tables. 2024-02-19 21:44:24 -05:00
src Add Zod validation 2024-02-21 21:07:02 -05:00
.env init slovocast API later. 2024-02-16 18:19:58 -05:00
.gitignore init slovocast API later. 2024-02-16 18:19:58 -05:00
bun.lockb Add Zod validation 2024-02-21 21:07:02 -05:00
package.json Add Zod validation 2024-02-21 21:07:02 -05:00
README.md init slovocast API later. 2024-02-16 18:19:58 -05:00
tsconfig.json Add the register user endpoint, add a middleware for converting form data to JSON 2024-02-16 21:13:13 -05:00

To install dependencies:

bun install

To run:

bun run dev

open http://localhost:3000