Getting started
This page aims to give a quick install guide for testing the kestrel project.
Prerequisities
1- Install the kestrel-cli
2- Create a new project
3- Configure the database access in backend/.env
4- Initialize the database
5- Running the app
6- Point your web browser to http://localhost:4200.
By default you can access the backend on http://localhost:4000 and the frontend on http://localhost:4200.
The API documentation can be accessed on http://localhost:4000/api-docs.