Skip to content

webbddev/Task-manager-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published