Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ It helps product teams, analysts, and developers structure and document all key
- Teams and organizations support;
- SaaS hosting.

## 🚀 Quick Start
To run Evsy via Docker compose, do:
1. `cp .env.example .env`
2. `make up`

### Alternative: deploy to Render
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/ivanskv2000/evsy)

## ⚙️ Tech Stack
- Backend: FastAPI + Pydantic + SQLAlchemy + Alembic
- Frontend: Vue 3 + Vite + Shadcn
Expand All @@ -46,12 +54,6 @@ evsy/
└── README.md # Project overview
```

## 🚀 Quick Start
To run Evsy via Docker compose, do:
1. `cp .env.example .env`
2. `make up`


## 🤝 Contributing
We welcome all kinds of contributions — from code to ideas, design suggestions, and bug reports.
[Read the contributing guide →](CONTRIBUTING.md)
Expand Down
3 changes: 0 additions & 3 deletions backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ venv/
# Alembic
migrations/versions/

# Poetry
poetry.lock

# Database files
*.sqlite3
*.db
Expand Down
2,099 changes: 2,099 additions & 0 deletions backend/poetry.lock

Large diffs are not rendered by default.

Loading