Skip to content

destructo570/kanban-board-backend-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👾 Kanban Board REST Api

Backend RestFul Api for my Kanban board MERN stack app. Built with NodeJs and ExpressJs.

This repo contains only the server side code. You can see the frontend repo here.

🚀 Features

  • CRUD functionality for user boards, lists, cards.
  • JWT Authentication.
  • User Signup/Login.
  • Server side validation od requests.
  • Pasword salting.
  • MongoDb for storing data

👨‍💻 TechStack

  • NodeJs
  • ExpressJs
  • Express Validator
  • Json Web Token
  • Mongoose
  • Body Parser
  • BcryptJs
  • Helmet