Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

CivicTechAtlanta/connector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

See REQUIREMENTS.md.

Postgresql Setup:

  • Open up a postgresql session and enter CREATE USER connector WITH LOGIN SUPERUSER;
  • rake db:setup
  • rake db:setup RAILS_ENV=test
  • rake db:seed

Contributing:

  • Create a branch on this project to work on git checkout master && git pull origin master && git checkout -b your-feature-name
  • Do your changes
  • Push to git and create a pull request
  • Other people on the project review and you review other peoples before merging

Dont:

  • Use scaffold generators. They create a bunch of unnecessary code and don't allow for thinking about the end user experience

About

A management tool for the brigade's projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 16