A simple website demonstrating CRUD, built using AngularJS, and powered by Backand.
You will need:
- Create new App in Backand with the following model:
[
{
"name": "items",
"fields": {
"name": {
"type": "string"
},
"description": {
"type": "text"
}
}
}
]
- Once the App is ready, run the following commands:
git clone git@github.com:backand/simple-rest-website.git
cd simple-rest-website
sudo npm install -g serve
serve public
-
Navigate to localhost:3000
-
Hooray! Now you can interact with the API! How simple was that??
** To login use your Backand's username and password