Skip to content

Technology

Matt Tapper edited this page Dec 10, 2019 · 16 revisions

This app is being developed as Full Stack: React on the front end, Node for the backend and server, and MongoDb holding the data. Hosting is currently on Heroku to provide a simple pipeline and deployment process. The internal API is served on the same domain.

The technologies were selected with a few things in mind: 1) To be beginner friendly, yet be using robust industry standards, 2) To provide a framework and platform for all other brigades to use as a service (and a great first project for their volunteers!), and 3) To ease the development process through containerization.


Stack

Front End

  • React
  • Router
  • Hooks
  • Context
  • Sass

Back End

  • Node
  • Express
  • Mongoose

Database

  • MongoDB

Testing

  • Mocha/Chai
  • React Testing Library

Deployment

  • Docker
  • Heroku

API's

  • Meetup
  • LinkedIn
  • Github

Back to Home