Home

Awesome

Trellis

Hits repo-size LinkedIn

A Trello Clone - Built with React, Redux, Express, and MongoDB.

Demo

Trellis-app [Deactivated]

📷 Screenshots

<details> <summary>View Screenshots</summary>

Login Login Register Register Home Home Create Board Create Board Trellis Trellis Board

</details>

GIF

Trellis-gif

Demo Video

⚡ Features

Installing

  1. Clone the repository
git clone https://github.com/ayushagg31/Trellis.git
cd Trellis
  1. Install dependencies
npm i && cd client && npm i
  1. Create .env file
REACT_APP_CLIENT_KEY="YOUR API KEY" // Unsplash API Key
  1. Create dev.env for development and test.env for testing purpose
cd ../config
(
echo PORT=1313
echo DATABASE_URL="MongoDB Connection String"
echo JWT_SECRET="YOUR JWT TOKEN"
echo NODE_ENV=development
) > dev.env
  1. Go into client/package.json and replace proxy with your server port
"proxy": "http://localhost:1313"
  1. Run the project
npm run trellis

ER Diagram

Trellis-ERD

Built With

Frontend

Backend

Contribute