Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 450 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 450 Bytes

eHills

This is an auction simulation application. The main highlights, challenges, and learning opportunities came with the inclusion of a cloud database (MongoDB) to store JSON strings which could then be converted to a Java Object using an external library (Gson). This component of my project required a lot of independent research and I learned a lot about cloud databases, JSON, front end development, and socket programming through exposure!