Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 689 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 689 Bytes

Todo App

This is a sample todo app made entirely in react. It demonstrates the use of space-api.

Requirements on Space Cloud

  • Create a project "Demo" on Space Cloud.
  • Choose the User Management and Crud Operations modules
  • Choose MongoDB as the primary database
  • Enable Basic Authentication from User Management tab
  • Create a collection todos and leave the rules to default
  • Save the changes

Requirements on your PC

  • Clone this repo
  • Install and run MongoDB
  • Download and run space-exec from Space Cloud

To Start React App

cd todo-app
npm install
npm start