Skip to content

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

Notifications You must be signed in to change notification settings

yvesas/taskify-project

Repository files navigation

Taskify

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.


Project Structure


Prerequisites

Before you begin, make sure you have installed:

Docker and Docker Compose

🚀 Running the Application

1. Clone the main repository WITH the submodules

git clone --recursive https://github.com/yvesas/taskify-project.git

The --recursive parameter already automatically downloads the submodules (frontend and backend).

2. If you have already cloned without submodules

Run inside the project folder:

git submodule update --init --recursive

3. Finally start Docker

 docker compose up --build

🏁 Accessing the application

The application will be available at:

Frontend: http://localhost:5173

Backend - API: http://localhost:3000


NestJS Prisma PostgreSQL React TailwindCSS Shadcn/ui TypeScript Docker

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors