Saief1999 / quote-explorer-backend

Backend for the Quote Explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quotes Explorer Backend

Overview

This is the backend for the Quotes explorer, written in Nest.js & uses an Atlas Mongodb server.

Only two endpoints are implemented :

  • /quotes : Get All Quotes
  • /quotes/random : Get One Random Quote

Usage

Run the development environment by executing

npm run start:dev

About

Backend for the Quote Explorer


Languages

Language:TypeScript 84.8%Language:JavaScript 12.6%Language:Shell 2.6%