Skip to content

0l1v3rr/trello-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 12, 2024
df221aa · Feb 12, 2024
Dec 25, 2023
Aug 27, 2023
Aug 29, 2023
Sep 30, 2023
Oct 8, 2023
Aug 27, 2023
Feb 12, 2024
Oct 9, 2023
Aug 27, 2023
Aug 29, 2023
Aug 27, 2023
Aug 27, 2023
Sep 30, 2023
Oct 9, 2023
Sep 30, 2023
Feb 12, 2024
Sep 30, 2023
Aug 27, 2023
Aug 29, 2023
Aug 27, 2023
Nov 1, 2023
Feb 12, 2024
Feb 12, 2024
Aug 27, 2023
Aug 28, 2023
Aug 27, 2023
Aug 29, 2023

Repository files navigation

Trello Clone

An open source Trello Clone built with everything new in the Next.js 14 ecosystem.

Screenshot


Tech Stack

Running Locally

# Clone the project:
git clone https://github.com/0l1v3rr/trello-clone.git
cd trello-clone

# Copy the .env.example file and rename it to .env
# Also, make the appropriate changes
cp .env.example .env

# Run the database with docker:
docker compose up -d

# Install the dependencies:
npm i
npm run prepare

# Reset the DB
npx prisma migrate reset

# Run the application
npm run dev

# Also, you can preview the app to see how it would work in production
npm run preview

After the successful installation, the app should start here. You can log in with the following credentials: username: test, password: test

Contributing

Contributions are more than welcome! Please open an issue if you have any questions or suggestions. See the contributing guide for more information.

License

This project is licensed under the MIT License.