Skip to content

Commit b7bdbba

Browse files
authored
feat: deploy to render
* feat: deploy to Render * fix * fix: un-gitignored poetry.lock * fix: un-gitignored poetry.lock * refactor: chunks optimization * refactor: defineAsyncComponent * feat: environment indicator in the navbar * style
1 parent 620c9ad commit b7bdbba

13 files changed

Lines changed: 2456 additions & 38 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ It helps product teams, analysts, and developers structure and document all key
2222
- Teams and organizations support;
2323
- SaaS hosting.
2424

25+
## 🚀 Quick Start
26+
To run Evsy via Docker compose, do:
27+
1. `cp .env.example .env`
28+
2. `make up`
29+
30+
### Alternative: deploy to Render
31+
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/ivanskv2000/evsy)
32+
2533
## ⚙️ Tech Stack
2634
- Backend: FastAPI + Pydantic + SQLAlchemy + Alembic
2735
- Frontend: Vue 3 + Vite + Shadcn
@@ -46,12 +54,6 @@ evsy/
4654
└── README.md # Project overview
4755
```
4856

49-
## 🚀 Quick Start
50-
To run Evsy via Docker compose, do:
51-
1. `cp .env.example .env`
52-
2. `make up`
53-
54-
5557
## 🤝 Contributing
5658
We welcome all kinds of contributions — from code to ideas, design suggestions, and bug reports.
5759
[Read the contributing guide →](CONTRIBUTING.md)

backend/.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ venv/
1212
# Alembic
1313
migrations/versions/
1414

15-
# Poetry
16-
poetry.lock
17-
1815
# Database files
1916
*.sqlite3
2017
*.db

backend/poetry.lock

Lines changed: 2099 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)