https://github.com/escape-dev/agent_alocator
https://github.com/escape-dev/agent_alocator
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/escape-dev/agent_alocator
- Owner: escape-dev
- Created: 2025-06-04T09:20:07.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-01T06:11:54.000Z (11 months ago)
- Last Synced: 2025-07-03T16:34:03.443Z (11 months ago)
- Language: Ruby
- Size: 141 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Tech Stack
- Ruby: `3.2.2`
- Ruby on Rails: `8.0.2`
- Database: `sqlite3`
# ⚙️ Setup Instructions
## 1. Install dependencies
######
bundle install
## 2. Setup the database
######
rails db:migrate
## 3. Create the environment file
######
cp .env.example .env
## 4. Fill in your environment variables in `.env`
######
QISCUS_APP_ID = your_app_id
QISCUS_BASE_URL = https://example-url.com
QISCUS_SECRET_KEY = your_secret_key
## 5. Run the project
######
rails s