LakshmiSowmya04 / Task-Manager

simple task management application built using the MERN stack
15 stars 36 forks source link

Complete Authentication and CRUD APIs #43

Closed HarikeshKS closed 1 month ago

HarikeshKS commented 1 month ago

Implemented the CRUD and Authentication APIs for tasks & projects.

Description

This pull request introduces the updated backend implementation for the Task Manager application. The backend is designed to facilitate the management of projects and tasks, providing a robust API for client side to interact with. The following key features have been implemented and tested:

Changes Made

Testing

The following tests have been conducted to ensure the correctness and reliability of the APIs: Make sure to handle the token carefully.

There could be a bunch of screenshots but above might help to get the idea of what's going on.

How to Test

  1. Clone the repository and navigate to the project directory.
  2. Ensure you have MongoDB running locally or use a cloud instance.
  3. Update the MongoDB connection URI in the configuration files if necessary.
  4. Make sure you are in the right working directory.
  5. Run the following command to start the server:
    
    npm install
    npm run dev
LakshmiSowmya04 commented 1 month ago

can i ask you to do force push to resolve ?

HarikeshKS commented 1 month ago

I'm sorry I didn't get you..