- Clone the repository
- Install the dependencies
npm install - Update the .env file with the correct values
- Start the server
npm run dev - Open http://localhost:3000 with your browser to see the result.
- Check the API documentation for more information about the endpoints.
- Change directory to the frontend folder
cd ui - Install the dependencies
npm install - Start the server
npm run dev - Open http://localhost:5173 with your browser to see the result.
- Add API testing
- Add frontend testing
- Add CI/CD github actions
- Add docker support