Covid Volunteer App: "Stronger Together" allows local businesses or non-profit organizations to post projects they need volunteers for. Volunteers can view and choose from a list of projects they want to be involved in, all in one place.
-
Fork and clone this repository down to your local environment
-
cd
into thecovid-volunteer-app
directory -
Execute this in your console to install all required gems:
$ bundle install
- Run this command from your command line
$ shotgun
- visit
localhost:[port-number]
(the port number will be specified after runningshotgun
)
- Welcome to Stronger Together Volunteer App, please log in or sign up a new profile as business or non-profit.
- When a user is signed up and signed in, user can create project(s) they need volunteers for.
- User can create new projects, read the existing projects of theirs or others, update or delete the project(s) they created.
- A volunteer or any viewer do not need to sign up for an account to view all the volunteer projects.
Bug reports and pull requests are welcome on GitHub at https://github.com/chienleow/covid-volunteer-app. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.