Giter VIP home page Giter VIP logo

finlabs's Introduction

Finlabs

Codacy Badge

Streamline your projects - the flexible project management tool for modern teams

Getting Started

  • Install dependencies
pnpm i
  • Spin up Docker Postgres in detached mode
docker-compose up -d
# OR

docker compose up -d
  • Copy env files
cp .env.example .env
  • Run dev server
pnpm dev
  • Additionaly, you can seed data
pnpm seed

Features

  • Manage profile and bio
  • Create project
  • Create tasks
  • Drag and drop (tasks/columns) accross board
  • Assign and manage priority of tasks
  • Manage collaborators with access control (ADMIN / WRITE / READ)
  • Restrict access based on collaborator role
  • CRUD columns
  • # Mention task
  • @ Mention collaborators
  • Track task history
  • Add comments on task with reactions
  • Notification system

Tech Stacks

  • Next.js App Router
  • Prisma - PostgreSQL
  • ShadCN - TailwindCSS
  • React Hook Form
  • NextAuth

Screenshots

Home page User page Projects page Board page

finlabs's People

Contributors

aseer-ws avatar aseerkt avatar dependabot[bot] avatar imgbot[bot] avatar imgbotapp avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

finlabs's Issues

SignUp Features

Requirements

  • Sign Up Form with fields
    - Full name
    - Username
    - Email
    - Password
    - Confirm Password
  • Form Validation
  • Create user in DB

Migrate to Next.js 14

  • Update Next.js from v12 to v14
  • Update React.js from v17 to v18
  • Replace Axios with Wretch (Using default fetch with RSC)
  • Replace SSR with ISR (Using RSC cache)
  • Replace Mongoose and Custom Auth with Supabase (Using Vercel DB with Prisma)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.