Skip to content

A simple website demonstrating CRUD, built using AngularJS, and powered by Backand

Notifications You must be signed in to change notification settings

backand/simple-rest-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

Simple REST Website

A simple website demonstrating CRUD, built using AngularJS, and powered by Backand.

Prerequisites

You will need:

Getting Started

  1. Create new App in Backand with the following model:
[
  {
    "name": "items",
    "fields": {
      "name": {
        "type": "string"
      },
      "description": {
        "type": "text"
      }
    }
  }
]
  1. 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
  1. Navigate to localhost:3000

  2. Hooray! Now you can interact with the API! How simple was that??

** To login use your Backand's username and password

About

A simple website demonstrating CRUD, built using AngularJS, and powered by Backand

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.3%
  • JavaScript 41.5%
  • CSS 7.2%