A self-hostable tool for efficient project management.
Project details
🚀 Axelo is live — open-source project management, free forever.
Kanban • Sprints • AI planner • Real-time sync • 2FA
Try the demo now → https://axelo.dev 🔑 alex@axelo.dev / password123
#OpenSource #BuildInPublic
Built with Vue 3 + FastAPI + PostgreSQL ⚡
Axelo is an open-source project management tool designed to streamline collaboration and enhance productivity. Built with a modern tech stack, including Vue 3, FastAPI, and PostgreSQL, Axelo offers a fast and self-hostable environment for managing projects effectively.
FLOW-1, and easily invite team members via email.| Layer | Technology |
|---|---|
| Frontend | Vue 3, Pinia, Tailwind CSS, Vite |
| Backend | FastAPI, SQLAlchemy, Alembic |
| Database | PostgreSQL |
| Authentication | JWT (using python-jose and bcrypt) |
| Deployment | Docker, Nginx |
For those looking to set up Axelo quickly using Docker, use the following commands:
git clone https://github.com/yourname/axelo
cd axelo
# Copy environment file
cp backend/.env.example backend/.env
# Start the application
docker compose up --build
Access the application at http://localhost:3000 and the API documentation at http://localhost:8000/docs.
Planned features include:
Axelo also aims to introduce AI-driven functionalities to improve user experience in task management and project planning in future updates.
Important security measures are outlined in the SECURITY_AUDIT.md, detailing fixes related to content handling and token exposure to maintain a secure environment.
For more details on the project structure, repository setup, and ongoing development, refer to the repository for comprehensive documentation.
Comments
0Start the conversation
Share the first comment.