https://github.com/flamendless/sprout-exam
https://github.com/flamendless/sprout-exam
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flamendless/sprout-exam
- Owner: flamendless
- Created: 2024-01-30T17:21:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T07:38:34.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T11:47:31.083Z (12 months ago)
- Language: Python
- Size: 344 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sprout Exam
## Tech Stacks
### Frontend
See [frontend setup](https://github.com/flamendless/tree/main/frontend/README.md)
- [Axios](https://axios-http.com/) - Promise based HTTP client for nodejs
- [Bun](https://bun.sh/) - Fast Javascript runtime
- [ESLint](https://eslint.org/) - Linter
- [Pinia](https://pinia.vuejs.org/) - Vue state management/store
- [Prettier](https://prettier.io/) - Code formatter
- [PrimeIcons](https://primevue.org/icons) - Icons
- [Vite](https://vitejs.dev/) - Frontend tooling
- [Vue 3](https://vuejs.org/) - Web framework
## Backend
See [backend setup](https://github.com/flamendless/tree/main/backend/README.md)
- [FastAPI](https://fastapi.tiangolo.com/) - Fast Python framework
- [Poetry](https://python-poetry.org/) - Python environment manager
- [Python3.11](https://www.python.org/downloads/release/python-3110/) - Python3.11
- [Ruff](https://github.com/astral-sh/ruff) - Fast Python linter and formatter
- [SQLite3](https://www.sqlite.org/index.html) - Small database engine
- [Uvicorn](https://www.uvicorn.org/) - ASGI web server for Python
---
## Admin
```
email/username = admin@admin.com
password = admin
```
---
## Questions and Answers
> If we are going to deploy this on production, what do you think is the next
improvement that you will prioritize next? This can be a feature, a tech debt, or
an architectural design
- See answer for [backend](https://github.com/flamendless/Sprout-Exam/blob/master/backend/README.md#answer)
- See answer for [frontend](https://github.com/flamendless/Sprout-Exam/blob/master/frontend/README.md#answer)