meiazero / nest-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auth-api

A simple authentication API.

Prerequisites

  • Node.js
  • package manager (npm, yarn, pnpm, bun)

I used pnpm in this project to install and manage dependencies.

Getting Started

  1. Clone the repository
git clone https://github.com/meiazero/nest-api && cd nest-api
  1. Install dependencies
pnpm install
  1. Create a .env file in the root of the project copy the content of .env.example and replace the values with your own.

  2. Run the development server

pnpm start:dev

API Endpoints

Check the API Documentation for more details.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

License:MIT License


Languages

Language:TypeScript 96.4%Language:JavaScript 3.6%