Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marusoftware/web_template
This is template of Web App project in Marusoftware.
https://github.com/marusoftware/web_template
Last synced: about 1 month ago
JSON representation
This is template of Web App project in Marusoftware.
- Host: GitHub
- URL: https://github.com/marusoftware/web_template
- Owner: Marusoftware
- License: mit
- Created: 2024-10-04T01:09:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T22:37:13.000Z (about 2 months ago)
- Last Synced: 2024-12-02T23:28:38.396Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 384 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Marusoftware Web Template
This is template of Web App project in Marusoftware.
Consisted with these components/concepts:- environment
docker
dev: one click devcontainer(ubuntu-slim)
prod: distroless
- backend
fastapi + uvicorn API server
ORM: tortoise ORM(with aerich migration tool)
Auth: passwd,passkey, sso with otp
- client
sveltekit(ts, static adapter)
UI: flowbite-svelte(tailwind CSS available)
API client: openapi-ts
- db
postgresql(over 5.0)