This platform allows creators to post startup ideas, developers to explore and join projects, and teams to collaborate efficiently. It also features a "startup graveyard" to document failed ventures, providing valuable insights for future innovators.
- Nikita Timofeev
- Almaz Andukov
- Kirill Karsakov
- Timur Nabiullin
Before running, you need to create and fill variables backend/app/.env file. An example of such a file is located in backend/app/.env.example.
Prerestiques: for launching this project locally docker must be installed and docker daemon launched. For launching it's needed to type this command:
docker compose up --buildThen open browser with this url:
http://localhost:80
Additionally, backend documentation can be found here:
http://localhost:8000/docs
This project uses JavaScript Svelte for frontend (UI + static), Python FastApi for backend, GithubActions + Render as CI/CD tools.