Skip to content

mennahouta/task-management-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Management API

Overview

This is a Task Management API that allows users to register, log in, and manage their tasks. Features include task creation, retrieval, updating, deletion, search, filtering, and pagination.

Setup

1. Clone the Repository

git clone https://github.com/mennahouta/task-management-api
cd task-management-api

2. Install Dependencies

Make sure you have Yarn installed. If not, install Yarn from https://classic.yarnpkg.com/en/docs/install. Then, install the project dependencies:

yarn install

3. Run Prisma studio (optional)

yarn db:view

4. Start the Application

yarn start

The server will run on port 8080. You can change the port by setting the PORT environment variable in the .env file.

Running Tests

To run the tests, use the following command:

yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published