App that allows users to input scores from acro meets into a database and then view the scores
- Fork and clone this repository.
- To view the application, do one of the following:
- Open the
index.html
file in your Chrome browser. - In your terminal, navigate to the server directory and type
python -m SimpleHTTP Server
. In your Chrome browser, navigate tolocalhost:8000
.
I am developing this application to fill the need that acrobatic gymnastics athletes have to store and view scores in one place.
Features include:
- Ability for users to input scores and details into database
- Ability for users to view all or filtered scores from database
Technologies used:
- Angular
- Node/Express
- Postgres database