π 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.
No comments yet.
Sign in to be the first to comment.