Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/destructo570/kanban-board-backend-rest-api
- Owner: destructo570
- Created: 2022-09-09T16:26:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-10T09:14:02.000Z (over 2 years ago)
- Last Synced: 2024-11-12T12:32:48.464Z (2 months ago)
- Topics: bcryptjs, body-parser, express-js, express-validator, helmet, jwt-authentication, mongoose, node-js, nodemon
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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