Web application that allows users to rent personal vehicles from other individuals, offering a flexible and affordable alternative to traditional car rental services.
git clone https://github.com/ninom5/ic-cup.git
cd ic-cupyarn installcd apps/api
cp .env.example .env
cd apps/web
cp .env.example .envand add values
yarn run dev