/mongodb-firebase-api

Basic REST API built with Node.js, Express, Firebase Functions, MongoDB and Typescript

Primary LanguageTypeScript

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