Skip to content
/ grasp Public

GRASP Database - GReat Apes Survival Partnership

License

Notifications You must be signed in to change notification settings

unepwcmc/grasp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

71f0b74 · Mar 18, 2019
Feb 18, 2019
Jun 22, 2016
Mar 18, 2019
Sep 27, 2016
Oct 3, 2016
Sep 27, 2016
Sep 27, 2016
Sep 27, 2016
Sep 1, 2016
Jul 22, 2016
Jun 27, 2016
Aug 4, 2016
Mar 18, 2019
Sep 2, 2016
Sep 2, 2016
Jun 22, 2016
Aug 19, 2016
Jun 22, 2016
Jun 29, 2016
Jun 22, 2016
Feb 18, 2019
Sep 2, 2016

Repository files navigation

GRASP - GReat Apes Survival Partnership Database

This repository contains the source code of the GRASP database.

Installation

GRASP is a Rails 4 app, using a Postgres database, built with Facebook's React. Needless to say, make sure to have Ruby and Node.js installed. From there, it's all pretty standard:

  $ git clone https://github.com/unepwcmc/grasp
  $ cd grasp
  $ bundle install
  $ npm install
  $ bundle exec rake db:create db:migrate
  $ bundle exec rake db:seed
  $ bundle exec rails server
  …

You will need a .env file which you can steal from another developer or copy from the .env.example provided

Visit http://localhost:3000 and you should be good to go! 🎉

Questionnaires and reports

A bit of glossary: provider users submit reports by answering questions in questionnaires. The questionnaire template resides in the config folder. Give it a look to understand how questionnaires are structured.

License

This repository lives under the MIT license.

About

GRASP Database - GReat Apes Survival Partnership

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published