This is the application which allows you to solve API tasks for lessons.
Use cases are the key place where you can find the code for each task. You can find them in the src/application/user-case
directory.
- hello-api
- moderation
- blogger
- liar
- inprompt
- Clone the repo
- Run
pnpm
to install dependencies - Run
cp .env.dist .env
and set your environment variables in the.env
file
- Run
pnpm dev
to run CLI app - Select task to be solved
If you have idea for improvement pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
You can contact me - [email protected]