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

https://github.com/s-m-j-i/task-app

A task management app with email sending features
https://github.com/s-m-j-i/task-app

api-rest backend expressjs middleware mongodb mongoosejs multer node

Last synced: 3 months ago
JSON representation

A task management app with email sending features

Awesome Lists containing this project

README

          

# Task-App

A simple task app in NodeJS. A huge thank you to Andrew Mead and his Nodejs course for all the guidelines. [Find it here](https://www.udemy.com/course/the-complete-nodejs-developer-course-2/)

## Features

- Login-Signup
- Avatar uploading
- Task creation and deletion
- more features coming.........

## Tools Used

- [Express](https://www.npmjs.com/package/express)
- [HBS](https://www.npmjs.com/package/hbs)
- [Multer](https://www.npmjs.com/package/multer)
- [BcryptJS](https://www.npmjs.com/package/bcryptjs)
- [Json Web Token](https://www.npmjs.com/package/jsonwebtoken)
- [Validator](https://www.npmjs.com/package/validator)
- [Sharp](https://www.npmjs.com/package/sharp)
- [Mailjet](https://www.mailjet.com/)
- MongoDB
- MongooseJS
- Bulma

Deployed App: https://the-task-app.herokuapp.com/