This project is build using Next.js framework
With this Booking Application you can create and manage your bookable objects, as well as create, update and delete orders made for those Bookable objects.
You can find docs here Link
The app is deployed on Render.com
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod