This repository portrays a basic clone of the popular collaborative project management tool, Trello, using React and GraphQL.
- Add/Delete Lists and Cards
- Trello like Drag and Drop with React Smooth Dnd
- Auto repositioning of Lists and Cards
- Persistence positionings of Lists and Cards
- GraphQL Subscriptions enabled for real time cross-user collaboration
- NodeJS
- React
- Apollo
- Express
- GraphQL
- Mongoose
- MongoDB
Open two terminals
Terminal One
cd server
npm install
node server
Terminal Two
cd client
npm install
npm run start
