An open API service indexing awesome lists of open source software.

https://github.com/flamendless/sprout-exam


https://github.com/flamendless/sprout-exam

Last synced: 13 days ago
JSON representation

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)