A Trello-inspired task management app built with Go and Vue.
https://github.com/mithileshgupta12/velaris.git
A Trello-inspired task management application built with Go and Vue.
cp .env.example .env
Build the backend:
make build
Run the API:
make run
In a new terminal, run the frontend:
cd frontend
pnpm run dev
The API will be available at http://localhost:3000 and frontend at http://localhost:5173.
This project is licensed under the GNU Affero General Public License v3 (AGPL v3) - see the LICENSE file for details.
For a quick summary: you can use, modify, and distribute this software freely, but any modifications made to a publicly accessible version must also be made available under the same license.