Backend server for the OneTap Android application. Handles authentication, data synchronization, and business logic.
- REST API for mobile app communication
- User authentication and session management
- Data sync between devices
- Dockerized deployment
- Language: Python
- Framework: Flask / FastAPI
- Deployment: Docker
# Clone the repository
git clone https://github.com/EasWay/OneTap-Server.git
# Install dependencies
pip install -r requirements.txt
# Run the server
python server.py# Build the image
docker build -t onetap-server .
# Run the container
docker run -p 5000:5000 onetap-server| Method | Endpoint | Description |
|---|---|---|
| POST | /auth/login | User login |
| POST | /auth/register | User registration |
| GET | /api/data | Fetch user data |
| POST | /api/sync | Sync data from device |
- OneTap Android App -- The mobile client
MIT
Godfred Fokuo -- GitHub