https://github.com/iu-capstone-project-2025/evops
A self-hosted platform to share and discover local events 🐳
https://github.com/iu-capstone-project-2025/evops
android docker-compose evops full-stack grpc machine-learning nextjs rest-api rust self-hosted
Last synced: 9 months ago
JSON representation
A self-hosted platform to share and discover local events 🐳
- Host: GitHub
- URL: https://github.com/iu-capstone-project-2025/evops
- Owner: IU-Capstone-Project-2025
- License: other
- Created: 2025-06-10T10:40:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-07-05T19:57:34.000Z (9 months ago)
- Last Synced: 2025-07-05T20:43:37.597Z (9 months ago)
- Topics: android, docker-compose, evops, full-stack, grpc, machine-learning, nextjs, rest-api, rust, self-hosted
- Homepage: https://github.com/evops-sum25/evops
- Size: 8.79 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# EvOps :whale:
## Development Notice
- This repository is simply a mirror of https://github.com/evops-sum25/evops.
- All development takes place in our organization:
https://github.com/evops-sum25.
- Our progress (kanban) board: https://github.com/orgs/evops-sum25/projects/1.
## Quick Start
### How to run the application
- Clone the repository with all submodules.
```shell
git clone --recurse-submodules https://github.com/IU-Capstone-Project-2025/evops.git
```
- Set up the [`.env`](/.env.example),
[`backend/.env`](https://github.com/evops-sum25/evops-backend/blob/main/.env.example),
and
[`ml/.env`](https://github.com/evops-sum25/evops-ml/blob/main/.env.example)
files.
- Run the app with Docker Compose.
```shell
docker compose up --build
```
The services will be available on the following URLs:
- Back end: http://0.0.0.0:8080
- Website: http://0.0.0.0:3000