Applika.dev is a full-stack application designed to manage applications and user statistics. It consists of a backend (Python/FastAPI) and a frontend (Next.js/React), organized in separate folders for modular development.
root/
├── backend/ # Python FastAPI backend
├── frontend/ # Next.js React frontend
├── legacy/ # Legacy code
├── CONTRIBUTORS.md
└── README.md
- Docker & Docker Compose (recommended for local development)
- Python 3.9+ (for backend, if running without Docker)
- Node.js 20+ and pnpm (for frontend, if running without Docker)
-
Clone the repository:
git clone https://github.com/ProgramadoresSemPatria/application_panel.git application-panel cd application-panel -
Start backend service:
cd backend docker compose up --buildBackend API: http://127.0.0.1:8000/api/docs (Swagger UI)
-
Start backend service:
cd frontend docker compose up --buildFrontend: http://127.0.0.1:3000