rano/README.md

28 lines
909 B
Markdown
Raw Normal View History

2024-11-01 14:25:30 +00:00
# RANO
2024-09-30 11:34:43 +00:00
2024-11-01 14:25:30 +00:00
"Reliable And Nonstop Operations" for
2024-11-01 14:25:30 +00:00
## Prerequisites
2024-11-01 14:25:30 +00:00
- [deno](https://docs.deno.com/runtime/) to manage node modules
- [go-task](https://taskfile.dev/installation/) to run tasks
```bash
go install github.com/go-task/task/v3/cmd/task@latest
```
2024-11-10 09:22:33 +00:00
- [golang-migrate](https://github.com/golang-migrate/migrate) for manual migrations.
To install [follow instructions](https://github.com/golang-migrate/migrate/tree/master/cmd/migrate)
## Go packages
- [gqlgen](https://gqlgen.com/)
- [mux](https://gitserver.in/patialtech/mux)
2024-11-10 09:22:33 +00:00
- [ent. Go](https://entgo.io/docs/tutorial-setup) ORM
## Web modules
- [SvelteKit](https://svelte.dev/docs/kit/introduction)
- [Tailwind](https://tailwindcss.com/docs/installation)
- [daisyui](https://daisyui.com/docs/install/)
- [urql](https://commerce.nearform.com/open-source/urql/docs/basics/svelte/)
- [GraphQL Codegen](https://the-guild.dev/graphql/codegen)