Skip to content

Mehdi-Khouna/Task

Repository files navigation

Task

This is a RESTful API for user authentication developed using NestJS.

Table of Contents

Description

This API provides user authentication functionalities, including user registration, login, protected routes, and user logout. It is built using NestJS, a powerful Node.js framework.

Features

  • User Registration
  • User Login
  • Protected Routes
  • User Logout

Getting Started

Prerequisites

  • Node.js
  • Yarn or npm
  • postgres and pgAdmin

Installation

  1. Clone the repository:

    git clone https://github.com/Mehdi-Khouna/Task.git
  2. Navigate to the project folder:

    cd task
  3. Install dependencies:

    yarn install
  4. Create a .env file based on the provided .env.example and configure the environment variables.

  5. Run the application:

    yarn start
  6. Access the API at http://localhost:3000/api .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published