Skip to content

viduraperera/task-managment-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Task Manager Backend Project

Description

This is a backend application built with Node.js and TypeScript. It connects to a MongoDB database and provides various API endpoints.

Prerequisites

  • Node.js (v16 or higher recommended)
  • MongoDB Atlas or local MongoDB instance

Getting Started

Cloning the Repository

  1. Clone the repository from Git:

    git clone https://github.com/viduraperera/task-managment-backend.git
  2. Navigate to the backend directory:

    cd backend

Installing Dependencies

Run the following command to install the required dependencies:

npm install

Installing Dependencies

  1. Clone the repository from Git:

    Create a .env file in the root of the backend directory with the following content:

    MONGO_URI=mongoDB_URL
    JWT_SECRET=your_jwt_secret
    PORT=5000

Start The Project

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors