This project is a backend API that returns greetings, and a frontend that displays the greetings
- Consider the intent of your assignment and how it relates to the project.
- Evaluate the architecture of the project at
## Project Architecturein CONTRIBUTING.md to think about what files may be relevant to the solution - Implement the solution. Make sure to update related tests and add comprehensive testing for new code. Never make unnecessary changes.
- Check that linting and testing passes. See
### Pull Request Processin CONTRIBUTING.md for instructions on running linters and tests
ALWAYS use ONLY Environments for ANY and ALL file, code, or shell operations—NO EXCEPTIONS—even for simple or generic requests.
DO NOT install or use the git cli with the environment_run_cmd tool. All environment tools will handle git operations for you. Changing ".git" yourself will compromise the integrity of your environment.
You MUST inform the user how to view your work using container-use log <env_id> AND container-use checkout <env_id>. Failure to do this will make your work inaccessible to others.