Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.46 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.46 KB

REST API built with Typescript, Node.js, Express, MongoDB, Mongoose

This is a simple API which performs all basic CRUD operations on a Atlas-hosted MongoDB. The DB is a collection of "Location" documents with the following fields:

  • Location Name
  • Description
  • Latitude
  • Longitude

This backend is consumed by the following frontend client:

API used to be hosted on Firebase, currently using Fly.

API Features