About the project   |   Technologies   |   Getting started   |  Â
Happy is an application that connects people to institutional care homes to make many children's day happier. It was originally developed in 2021.
This repository is a Clean Architecture 2024 version of happy-api.
Technologies & Concepts used
$ git clone https://github.com/lzizn/happy-api-2024.git && cd happy-api-2024Follow the steps below
# Starting from the project root folder, go to backend folder # Install the dependencies $ pnpm i # To finish, run the api service $ pnpm run dev # Well done, project is started!Upon running the server, an api documentation is available at http://localhost/api-docs

