Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/destructo570/kanban-board-backend-rest-api

Backend RestFul Api for my Kanban board MERN stack app
https://github.com/destructo570/kanban-board-backend-rest-api

bcryptjs body-parser express-js express-validator helmet jwt-authentication mongoose node-js nodemon

Last synced: 2 days ago
JSON representation

Backend RestFul Api for my Kanban board MERN stack app

Awesome Lists containing this project

README

        

# 👾 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.](https://github.com/destructo570/kanban-board-mern-stack)

### 🚀 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