webbddev / Task-manager-API

Task Manager app powered by Node.Js & Express and cloud database integration (MongoDB)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Manager build with Node.JS & Express.Js and MongoDB


Description

Task manager app with the following features:

  • Implemention of CRUD operations:
    • Create, edit, delete and retrieve all tasks
  • Integration and storage with the cloud database (MongoDB / Atlas)


Technologies used
- Node.Js
- Express
- MongoDB
- Mongoose

Installation and project setup

After you clone this repo to your desktop, go to its root directory and run npm install to install its dependencies.

Once the dependencies are installed, you can run npm start to start the application. You will then be able to access it at localhost:3000

"dependencies": {
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "mongoose": "^5.11.10"
  }

Acknowledgements

This project was based on this tutorial.

About

Task Manager app powered by Node.Js & Express and cloud database integration (MongoDB)


Languages

Language:JavaScript 42.1%Language:CSS 41.4%Language:HTML 16.4%