This is a sample todo app made entirely in react. It demonstrates the use of space-api.
- 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
- Clone this repo
- Install and run MongoDB
- Download and run space-exec from Space Cloud
cd todo-app
npm install
npm start