Skip to content

Latest commit

 

History

History
executable file
·
6 lines (3 loc) · 520 Bytes

README.md

File metadata and controls

executable file
·
6 lines (3 loc) · 520 Bytes

Pirate Crew Generator

https://a5-brian-earl.glitch.me/

For this project I implemented MongoDB into my pirate crew generator project to handle the database of pirates for the crew. Overall, the new technology improved the development experince since in my original project I didn't use any sort of database and had to store everthing in a .JSON file and parse everything manually. Adding MongoDB really makes it easier to not only store and receive all of the pirates, but also add, remove and modify them as well.