This guide is for developers who want to contribute to Ringee or run it locally for development. For production use, see Docker Compose.
Prerequisites
- Node.js 20 or higher
- pnpm 8 or higher
- PostgreSQL 16
- Redis 7
Installation
Configure environment
.env and fill in your API keys. For local development, the database and Redis defaults should work if you have them running locally:Access the application
| Service | URL |
|---|---|
| Admin Frontend (B2B) | http://localhost:4200 |
| Consumer Frontend (B2C) | http://localhost:4201 |
| Backend API | http://localhost:3000 |

