-
Notifications
You must be signed in to change notification settings - Fork 42
π Installation
Krish Khinchi edited this page Jul 18, 2026
·
1 revision
- Python 3.11+
- Node.js 20+
- PostgreSQL 16+
- Git
- Docker (optional)
git clone https://github.com/7-Blocks/Kepler.git
cd Keplercd backend
pip install -r ../requirements.txtcd frontend
npm installCreate
.env
Example
DATABASE_URL= OPENAI_API_KEY= SPACETRACK_USERNAME= SPACETRACK_PASSWORD=
alembic upgrade head
uvicorn app.main:app --reload
npm run dev
Open
Frontend
localhost:5173
Backend
localhost:8000