Gear Up is a Full Stack Web App built in ReactJS
, style-component
, NodeJS
, Express
, PostgreSQL
, Mapbox API
, Openweathermap API
It gives you an overview of all the upcoming trips that you and your friends have planned. It also shows you the local weather so you can plan and organize accordingly. We also have a little pie chart here to show some stats about the trips for the user.
You can select from popular places or your own location, depends on activity you select, it will generate a list of neccsarry gear/equipent you need
- ReactJS
- Style-Component
- NodeJS
- Express
- PostgreSQL
- Mapbox API
- Openweathermap API
Install dependencies both for front-end and back-end
npm install
Run the Webpack Development Server with npm start
. The back-end will be served at port 8080
npm start
The app will be served at http://localhost:3000/
npm start