AI-powered Kanban simplifies task documentation, making it easier and more efficient..
- Streamlined UI for efficient Kanban task management
- Integration of Chat GPT API for comprehensive task descriptions
- login/signup functionality for secure user access
-
Frontend
- NextJS
- Redux
- TypeScript
- Minimal UI (MUI) for modern and sleek design
-
Backend
- Node.js
- Express
- MongoDB for scalable and efficient data storage and retrieval
- Chat GPT Response:
/api/chat - POST
-
Kanban Board:
- Create Board:
/api/board/create - POST
- Update Board:
/api/board/:id - POST
- Create Board:
-
Task Card:
- Create Card:
/api/card/create - POST
- Update Card:
/api/card/:id - PUT
- Delete Card:
/api/card/:id - DELETE
- Create Card:
-
Kanban Column:
- Create Column:
/api/column/create - POST
- Update Column:
/api/column/:id - PUT
- Delete Column:
/api/column/:id - DELETE
- Create Column:
-
User Data:
- User Login:
/api/user/login - POST
- User Signup:
/api/user/signup - POST
- User Login:
Start local developing with...
Fork the repository. then clone the repo locally by doing -
git clone https://github.com/getlost01/intelli-kanban-backend.git
cd into the directory
cd intelli-kanban-backend
In the root folder do npm install.
npm install
And you are good to go
npm run start
After running the server the site should be running on https://localhost:3000
- Once you have cloned and set up the project on your local machine, you can proceed to push the changes to your GitHub fork and create a pull request.
- You have to run the tests locally to ensure that everything is functioning properly.
git add .
git commit -m "feat: yay I added new stuff"
git push origin branch_name
Made with ❤️ and NodeJS (aka Javascript)