Skip to content

dbobb220/rocket.build-2019

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocket Community Build 2019

Our implementation won first place!

Rocket Community Build is a hackathon hosted by Rocket Software. 2019 is the first year Rocket hosted the hackathon, and this year's challenge was designed by CarePortal, a non-profit organization that connects local organizations with families in need. Our objective was to create an interface where local volunteers can donate products (e.g. beds, rugs, etc.) or services (e.g. electrical or plumbing skills) to those in need. This application serves to bolster the support local organizations can provide to families in need by creating a catalogue of items that are in need of a home.

Project Structure

  • frontend - UI components that are rendered by backend
  • backend - data storage and routing logic

The backend is in charge of properly storing and accessing the data, while the frontend is responsible for representing the data in a form that is easy to use

Running the project

The frontend and backend are integrated using handlebars, a templating engine. To run this project, you will need node.js. Once you have node installed, clone or download this project. Then,

cd backend
npm install # Only run this once, this installs required dependencies to make the server functional
node index.js # This starts the server
# Navigate to http://localhost:3000 to view the project

About

Care Portal Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 46.8%
  • JavaScript 43.2%
  • CSS 10.0%