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.
- Node
- npm
- java 8
- Open source is alpha
- docker
- docker-compose
- linux machine
- pm2
- After cloning the repository, cd into the front end folder
- Run
yarn start
to run the development server - Run
yarn build
to generate the production build - run
./pm2StartScript
to build and serve using pm2
- cd into the back_end folder
- type './docker.sh'
- This will do everything for you
- The project will be exposed on port 5000
If you would like to contribute or do not have a github account please send me an email at [email protected]. If you do not personally want to commit, but have a suggestion, please leave an issue using the correct template.
- https://stackoverflow.com/questions/27928372/react-router-urls-dont-work-when-refreshing-or-writing-manually
- https://github.com/vikpe/react-webpack-typescript-starter
- https://www.callicoder.com/spring-boot-file-upload-download-rest-api-example/
- https://stackoverflow.com/questions/18279141/javascript-string-encryption-and-decryption