Skip to content

thuannguyenhuu11/Task-Manager-BE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager App - Backend

This is the backend service for the Task Manager App, built with Node.js and Express. It provides RESTful APIs for managing tasks and user authentication.

Technologies Used

  • Node.js: A JavaScript runtime built on Chrome's V8 JavaScript engine.
  • Express: A minimal and flexible Node.js web application framework.
  • MongoDB: A NoSQL database for storing user and task data.
  • Mongoose: An ODM (Object Data Modeling) library for MongoDB and Node.js.
  • JWT: For user authentication and authorization.
  • bcrypt: For hashing user passwords.

Create a .env file and add the necessary environment variables:

Env Variable Value
CLIENT_URL http://localhost:3000 or your_client_deployed_url
PORT 8000
MONGO_URL your_mongodb_connection_string
JWT_SECRET your_jwt_secret

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published