aglamadrid19 / express-firestore-crud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Express server app using Google Firestore CRUD

This project is a demo of a basic express application that connects to Google Firestore, serving as an interface to the api users for CRUD operations.

Current features:

  • Data pull from Google Firestore
  • POST to save data on Google Firestore
  • GET to fetch entries on 'users' collection on Google Firestore

Future:

  • PUT Update record endpoint and logic
  • GET Fetch user by id
  • Authentication

About


Languages

Language:JavaScript 99.4%Language:Procfile 0.6%