Agylo is a user-friendly task and project management application that empowers users to efficiently manage tasks, collaborate seamlessly with team members, and track project progress. With its intuitive interface, users can easily create projects, assign tasks, and monitor ongoing activities. The application also offers robust collaborative features, enabling file sharing and checking recent activity from your teammates, fostering a cohesive team environment.
- Frontend: React, Next.js, Tailwind CSS
- Backend: Prisma, PlanetScale, tRPC
- Deployment: Vercel
- Auth: NextAuth.js
This is a T3 Stack project bootstrapped with create-t3-app
.
To learn more about the T3 Stack, take a look at the following resources:
- T3 Stack Documentation
- Learn the T3 Stack — Check out these awesome tutorials You can check out the create-t3-app GitHub repository
To install and run this project locally, follow these steps:
- Clone this repository:
git clone https://github.com/ElliotLuque/agylo.git
- Install dependencies (preferably pnpm):
pnpm install
- Create a .env file with the same variables as .env.example
- Run the project in development mode:
pnpm run dev
- Open http://localhost:3000 in your browser.
This software is licensed under the terms of the GPL v3.0 license