hanzomaster / photo-library

A simple API make with NestJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple REST API for managing people photos

Description

This project is made out of boredom.

I use Nest(NestJS) which is a framework for building Node.js server-side application

Installation

npm ci

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

About

A simple API make with NestJS


Languages

Language:TypeScript 95.1%Language:JavaScript 3.4%Language:Shell 1.4%