Skip to content

Carbrex/Nodejs-Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs-Task-Manager

This is a simple task manager app hosted at https://nodejs-task-manager-9jy2.onrender.com/ built with Node.js, Express.js, and MongoDB. The app allows users to create, read, update, and delete(CRUD functionality) tasks.

Installation

  1. Clone the repository: git clone https://github.com/Carbrex/Node-express-tutorial.git
  2. Install dependencies: npm install
  3. Set up a MongoDB database either locally or with a cloud provider (e.g. Atlas)
  4. Set environment variables in a .env file:
    MONGO_URI - connection URL for your MongoDB database
  5. Start the server: npm start
    Then navigate to http://localhost:3000/ in your browser.
    Or you can use tools like Postman or curl to send HTTP requests to these APIs.

About

A simple task manager app built with Node.js, Express.js, and MongoDB, which allows CRUD functionality

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors