/quote-explorer-backend

Backend for the Quote Explorer

Primary LanguageTypeScript

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