Skip to content

looseendsproject/webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Contributing

Volunteers are welcome.

System

Ruby on Rails 7 running with Postgres DB

Install

Copy database.yml.example to config/database.yml Copy .env.sample to .env

DevContainer Install

Download VsCode

  • Clone repo from git.
  • Open in VsCode.
  • File -> Open Folder
  • Select your cloned location.
  • In the bottom left select the blue arrows Open In Container
  • Select "Reopen in container" from the dropdown.
  • Install overcommit by running overcommit at the root. This will run automatically from then on.
  • Run bin/dev to start the server
  • Start Developing

GitHub CodeSpace Install

Navigate to LooseEnds

  • Click on the green Code button: CodeSpace
  • Next to the word Codespaces click on the plus symbol: New Codespace
  • Install overcommit by running overcommit at the root. This will run automatically from then on.
  • Run bin/dev to start the server
  • Start Developing

Running Instructions

Clone repo from git and start the Rails app as usual.

  • Bundle: bundle
  • Create the database: rails db:create
  • Load the Schema: rails db:schema:load
  • Seed the database (optional): rails db:seed
  • Install js dependencies: yarn install
  • Start the dev server: bin/dev
  • create yourself a user through the UI, then set role = 'admin' manually in your database

Running Tests

Run the test suite with rake test

Getting development Data

Data can be pulled from Heroku.

Get the google api key from another developer to render maps and geocode objects.

Starting the App

bin/dev

Tests

In progress with GitHub actions requiring tests to pass

Heroku

Heroku CLI is installed as part of the docker image. Make sure to log-in via heroku login to activate the CLI.

To copy and download the QA Database:

  • heroku pg:backups:capture --app looseends-staging
  • heroku pg:backups:download --app looseends-staging
  • pg_restore --verbose --clean --no-acl --no-owner -h db -U postgres -d looseends_development latest.dump

Make sure to run bin/rake db:migrate after for the latest changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published