Full-Stack Crypto & ICO Agency Platform
Transactional digital wallet platform with compulsory admin panel, JWT authentication, PostgreSQL persistence, audit logging and a complete REST API โ generated by Super AI Node.js Web App Generator.
Node.js server is running.
ยท API health: /api/health
๐ Authentication
JWT-based login, registration, OTP verification and password reset flows for users and admins.
๐ ๏ธ Admin Panel API
Dashboard KPI metrics, user management and system settings endpoints protected by role-based middleware.
๐๏ธ PostgreSQL
Relational schema with users, tokens, orders, bank verifications, audit logs, settings and more.
Core REST API Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /api/auth/login | User & Admin Login |
POST | /api/auth/register | Register New Account |
GET | /api/admin/metrics | Admin Dashboard KPI Stats |
GET | /api/admin/users | User Management List |
GET | /api/admin/settings | System Settings |
GET | /api/tokens | List All Tokens |
POST | /api/tokens | Create New Token |
GET | /api/health | Server & Database Health |
Deployment Notes
This instance runs on cPanel + CloudLinux Passenger (Node.js 18) with PostgreSQL. Default admin credentials are documented in README.md of the project.