Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.
/ nourish Public archive

Cooperative Community Membership Funding Platform

License

Notifications You must be signed in to change notification settings

zinc-collective/nourish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

264b708 · Jul 10, 2020

History

56 Commits
Mar 25, 2019
Jul 7, 2019
Jun 2, 2019
Jul 7, 2019
May 26, 2019
Dec 25, 2019
Jun 16, 2019
Mar 17, 2019
Jul 7, 2019
Jun 24, 2019
Mar 17, 2019
Mar 17, 2019
Mar 17, 2019
Jun 16, 2019
Jun 16, 2019
Jun 2, 2019
Mar 17, 2019
Mar 25, 2019
Dec 25, 2019
Dec 25, 2019
Dec 25, 2019
Jul 10, 2020
Dec 25, 2019
May 19, 2019
Jun 2, 2019
Mar 17, 2019
Jun 16, 2019
Mar 17, 2019
Mar 17, 2019

Repository files navigation

Nourish

Community-centric organization platform

Developing

Requirements

  1. Ruby, version specified in .ruby-version
  2. Postgresql v11

Getting Started

  1. Clone the repository: git clone git@github.com:zinc-technology/nourish.is.git
  2. Install dependencies: bundle install
  3. Setup the database: rake db:create db:migrate db:seed
  4. Start Rails server: rails s

Testing

  • Developer testing is done via unit tests and feature tests in the spec/ folder.
  • Exploratory and usability testing is done on https://nourish-core-sandbox.herokuapp.com/
  • Run brew install geckodriver to run system test