Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 935 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 935 Bytes

NestJS - Authentication and Authorization

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

Key Features

  • RESTful APIs
  • Authentication and authorization
  • Database interaction using TypeORM
  • SQLite Database
  • User CRUD
  • Data Serialization

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 sqlite, configuration done using environment variables. Requires ('DB_NAME').

# 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.