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 install
in both the folder to install all dependencies - Run Server:
npm run dev
in the server folder - Run Client:
npm run dev
in the client folder
Note: Further instructions are available in the README.md files of the client and server folders.