Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 918 Bytes

README.rst

File metadata and controls

35 lines (22 loc) · 918 Bytes

Atlas App Services Web Starter

This project contains the web client for the Atlas App Services template application.

The client allows you to:

  • Sign up and log in as an Email/Password user
  • Create, check off, and delete to-do items

The client connects to Atlas App Services using the Data API over HTTPS.

Set Up and Run the App

To run the app locally, install its dependencies and then call the run script:

npm install
npm run start

Metadata File

The client uses a metadata file, src/atlasConfig.json, to configure its connection to Atlas App Services. If you created this project through MongoDB Atlas or the App Services CLI then the file is pre-populated with your connection info.