Skip to content

Applika.dev is a full-stack application designed to manage job applications and user statistics

Notifications You must be signed in to change notification settings

ProgramadoresSemPatria/applika

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

203 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Applika.dev

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.

Project Structure

root/
├── backend/      # Python FastAPI backend
├── frontend/     # Next.js React frontend
├── legacy/       # Legacy code
├── CONTRIBUTORS.md
└── README.md

Prerequisites

  • 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)

Quick Start (Docker Compose)

  1. Clone the repository:

    git clone https://github.com/ProgramadoresSemPatria/application_panel.git application-panel
    cd application-panel
  2. Start backend service:

    cd backend
    docker compose up --build

    Backend API: http://127.0.0.1:8000/api/docs (Swagger UI)

  3. Start backend service:

    cd frontend
    docker compose up --build

    Frontend: http://127.0.0.1:3000

About

Applika.dev is a full-stack application designed to manage job applications and user statistics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •