The root of the application houses the backend and has a client folder which contains the frontend code. To run this project follow the steps below:
To install dependencies:
# For backend
bun install
# For frontend change directory into the client folder and run the comand
Setup database
bun db:migrate
Run app in development mode
bun dev # For both client and backend
This project was created using bun init
in bun v1.1.16. Bun is a fast all-in-one JavaScript runtime.