***** API FIX AND REFACTORING IN PROGRESS *****
Vinyl Hunt is an web application that allows a user to keep track of the their vinyl record collection list and a list of records they are looking to purchase(hunt). Containerized using docker compose,
- React
- Webpack
- Babel
- Axios
- Docker Compose
- Express
Building and Running on local host ** Docker must be installed within local machine **
- Install Dependencies within root file
npm install- Execute Docker Compose to build container
docker-compose up- Both Web and Database containers should be running after 15 sec.
- To see if containers are up and running, execute command
docker ps- User Login / Authentication
- User data stored within Database
- Modal addition for record information


