mongodb-developer / MongoDB-Cafe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description:

MongoCoffeeMenu is a web app built based on Atlas Device SDK for the Web(https://www.mongodb.com/docs/atlas/device-sdks/web/).

The app works as a very simple coffee conusmption calculator that allows the user to select what coffee they had during the day and sync the total amount of coffee consumption with MongoDB Atlas.

Components:

  1. Realm Web v2.0.0 [https://www.npmjs.com/package/realm-web]
  2. MongoDB Atlas. *For this example app, I am using a M0 free tier cluster. To get a free cluster please visit https://www.mongodb.com/cloud/atlas/register.

Useful commands:

  1. npm install: After downloading the app please use this command in terminal to install the necessary dependencies.
  2. npm start: Use this command to start the web app

About


Languages

Language:JavaScript 51.9%Language:CSS 28.5%Language:HTML 19.6%