Is a micro-SaaS for freelancers and small teams to manage tasks. It allows you to create, edit, delete, and view tasks, with basic authentication. with Nest.js, Prisma, PostgreSQL, React.js, TailwindCSS, ShadcnUI, Docker, Typescript.
- docker-compose.yml: Service orchestration configuration
- Submodule git taskify-frontend: Taskify-backend
- Submodule git taskify-backend: Taskify-frontend
Before you begin, make sure you have installed:
git clone --recursive https://github.com/yvesas/taskify-project.git
The --recursive parameter already automatically downloads the submodules (frontend and backend).
Run inside the project folder:
git submodule update --init --recursive
docker compose up --build
The application will be available at:
Frontend: http://localhost:5173
Backend - API: http://localhost:3000