Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.02 KB

Task Management

This repository contains a task management back-end application developed using NestJS, a framework for building efficient, reliable, and scalable server-side applications.

App demo

Key Features

  • RESTful APIs for task management
  • Authentication and authorization
  • Database interaction using TypeORM
  • Security best practices
  • Data validation and error handling
  • Environment-based configuration management
  • Logging

How To Use

Before running the application, ensure that you have Node.js and Yarn/npm installed on your machine.

# Clone this repository
$ git clone https://github.com/majidalykhan/task-management.git

# Install dependencies
$ npm install

# Setup database
Used postgresql, Have a look on development.example.yml for configuration values

# Run the app
$ npm run start

Usage

Once the application is up and running, you can interact with the task management APIs using tools like Postman or any HTTP client.