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 comandSetup database
bun db:migrateRun app in development mode
bun dev # For both client and backendThis project was created using bun init in bun v1.1.16. Bun is a fast all-in-one JavaScript runtime.