Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Web application. Will be continually working on this as I learn more about ReactTS and Spring Boot.

License

Notifications You must be signed in to change notification settings

lukeshay/react-spring-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

React Spring Web App

As I learn ReactJS, I am going to be working on this web app. I am creating a website for rating climbing routes at climbing gyms. Climbing gyms will be able to make a 'page' and add their walls and their routes/boulders to the corresponding walls. Customers will then be able to log into this application and rate the route/boulder and say what they would grade it. The application will then average those ratings and display them.

Directions

Pre-requisites

  • Node
  • npm
  • java 8
  • Open source is alpha
  • docker
  • docker-compose
  • linux machine
  • pm2

Front End

  1. After cloning the repository, cd into the front end folder
  2. Run yarn start to run the development server
  3. Run yarn build to generate the production build
  4. run ./pm2StartScript to build and serve using pm2

Back End

  1. cd into the back_end folder
  2. type './docker.sh'
    1. This will do everything for you
  3. The project will be exposed on port 5000

Digital Ocean Referral

Digital Ocean

Contributions

If you would like to contribute or do not have a github account please send me an email at shay.luke17@gmail.com. If you do not personally want to commit, but have a suggestion, please leave an issue using the correct template.

For Me