A web app made with Node.js, Express.js, ReactJS and MySQL.
Suggest Improvements
This project is an idea I got when I was attending a local high school football tournament. While in the NBA or any other big league matches, there is often an app to complement the tournament. This is a place where you can see matches, teams, stats, etc... I decided to build a web app that local high schools can adapt to their tournaments, where they can manage: tournaments, matches, teams and players.
-
Download the project files and install node-modules for the front end and back end.
-
Create identical database in MySQL using queries in the included createDatabase.sql file.
-
Update connection settings in server.js file in backend for the database.
-
Start up both the backend and client servers, and start innovating!
- Host server on Microsoft Azure and prep project for Heroku deployment
- Improve user authentication with OAuth 2.0
