Some checks failed
CI/CD / test-backend (pull_request) Failing after 14s
CI/CD / test-frontend (pull_request) Has been skipped
CI/CD / create-archives (pull_request) Failing after 4s
CI/CD Pipeline / Overall Status ❌ Some checks failed
CI/CD / pr-status (pull_request) Failing after 1s
CI/CD / comment-on-failure (pull_request) Successful in 1s
CI/CD / cleanup (pull_request) Successful in 1s
- Created essential files including `package.json`, `vite.config.js`, and `index.html`. - Added ESLint configuration for code quality. - Included basic styles in `App.css` and `index.css`. - Implemented main application component in `App.jsx` with a counter feature. - Added necessary assets such as logos and icons. - Established a `.gitignore` file to exclude unnecessary files.
5 lines
39 B
Plaintext
5 lines
39 B
Plaintext
fastapi
|
|
uvicorn[standard]
|
|
pytest
|
|
httpx
|