slovocast/server
2024-02-20 21:03:53 -05:00
..
sql Add order to the tables. 2024-02-19 21:44:24 -05:00
src Add some more models and the migrations script. 2024-02-20 21:03:53 -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 init slovocast API later. 2024-02-16 18:19:58 -05:00
package.json init slovocast API later. 2024-02-16 18:19:58 -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