Skip to content

helixyte/everest-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

everest-demo - Demo application for everest

Sample application and tutorial demonstrating how to build RESTful applications with everest.

For the impatient: Getting the Demo application up and running

If you just want to play with an everest application without having to go through boring background information, do the following:

1. Follow the installation instructions for everest;

  1. Check out the sources of the everest demo project:

$ git clone https://github.com/cenix/everest-demo.git

  1. Install the demo app:
$ cd everest-demo

$ pip install -e .

$ cd webapps/plantscribe

$ cp -R ~/git/everest-demo/schemata .

$ cp -R ~/git/everest-demo/plantscribe.ini .

$ cp -R ~/git/everest-demo/plantscribe/tests/data .
  1. Start the application:

$ paster serve plantscribe.ini

For the serious: Studying the tutorial

The tutorial explains the concepts behind everest and explains how to build, use and customize RESTful applications with everest using the demo application as an example. You can find the tutorial here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages