Requirements :
bun installCreate a .env file in the /api directory (follow the .env.example file).
# Start all services
bun run dev
# Or start the client
bun run dev:client
# Or start the api
bun run dev:api
# Or start the shared (for types and utils)
bun run dev:sharedTips VSCode : You can use the Run Task then dev:all to start all services at once in the integrated terminal (splitted).
And then open your browser to :
http://localhost:5173to see the client running.http://localhost:3333to see the API running.
This project is distributed under the GNU General Public License v3.0.
See the LICENSE file for more information.
This project uses the following libraries, each under the MIT license:
- AdonisJS v6 – Backend framework for Node.js.
- React v19 – JavaScript library for building user interfaces.
Files originating from these libraries remain under their original MIT license. You can review their respective licenses in their official repositories.