Skip to content

0l1v3rr/trello-clone

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.