Skip to content

A CLI app that connects volunteers to organizations in need!

License

Notifications You must be signed in to change notification settings

stephaniezou1/We-Volunteer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeVolunteer

Click here to read my Medium post about it!

This is a Command Line CRUD App which uses a database to persist information. The CLI uses:

  • Ruby
  • Object Orientation
  • Relationships (via ActiveRecord)
  • Problem Solving (via creating a Command Line Interface (CLI))

This app:

  1. Contains at least three models with corresponding tables, including a join table.
  2. Accesses a Sqlite3 database using ActiveRecord.
  3. Has a CLI that allows users to interact with your database as defined by your user stories (minimum of four; one for each CRUD action).
  4. Uses OO design patterns and has separate models for the runner and CLI interface.

About

A CLI app that connects volunteers to organizations in need!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages