This is a simple Kanban Board application built using React, Express.js and Postgres.
The Postman Collection file is located in the root directory of the project. It contains all the API endpoints and their request bodies.
- Clone the repository
- Run
npm installin both the folder to install all dependencies - Run Server:
npm run devin the server folder - Run Client:
npm run devin the client folder
Note: Further instructions are available in the README.md files of the client and server folders.