This repo contains only the server side code. You can see the frontend repo here.
- CRUD functionality for user boards, lists, cards.
- JWT Authentication.
- User Signup/Login and Logout.
- Server side validation od requests.
- Pasword salting.
- MongoDb for storing data
- NodeJs
- ExpressJs
- Express Validator
- Json Web Token
- Mongoose
- Body Parser
- BcryptJs
- Helmet