Skip to content
Snippets Groups Projects
Commit a43773fa authored by Tomáš Havlíček's avatar Tomáš Havlíček
Browse files

feat: updated README for actual stack

parent 9f628fa0
No related branches found
No related tags found
No related merge requests found
...@@ -12,40 +12,27 @@ Film database containing movies. Each movie has name, original name, description ...@@ -12,40 +12,27 @@ Film database containing movies. Each movie has name, original name, description
## Stack ## Stack
Backend technologies: Backend:
- NestJS, MeteorJS, ExpressJS, Strapi (Laravel - PHP) - NestJS
SSR:
- NextJS
Database technologies (ORM): Database technologies (ORM):
- Prisma - Prisma
Frontend technologies: Frontend technologies:
- React (+ Ant Design, Mantis), Vue (+ Fast Art, MaterialUI), Svelte - React
Tools - frameworks:
- NextJS - server side rendering (SSR) for React
- NuxtJS - server side rendering (SSR) for Vue
Tools - libraries:
- Prettier - code formating
- ESLint - static code analysis, validation
- Jest - testing
- yarn, pnpm, turborepo - managing library dependencies
Source compiling: Source compiling:
- Vite, Webpack - Vite
Infrastructure: Infrastructure:
- dockercompose - dockercompose
- having all the required services
- cache - Redis UI:
- relational database -Mantis
- Postgres
- MariaDB
- non/relational database
- Mongo
- Redis
- Minio object storage
- SQLite for testing before deploying
## TODO ## TODO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment