api.rakib.top API Server
Server Specifications
Runtime: Node.js (via Cloud Functions)
Environment: Serverless (Google Cloud)
Hosting: Firebase Hosting
Database: Cloud Firestore / Realtime Database
Authentication: Firebase Authentication
Available Endpoints
| Method |
Endpoint Path |
Description |
| POST |
/api/login |
Authenticates a user and returns a session token. |
| POST |
/api/logout |
Logs out the currently authenticated user. |
| POST |
/api/contact |
Submits data from a contact form to the database. |
| GET |
/api/submissions |
Retrieves a list of all contact form submissions (requires auth). |