Intro
Working with dash again today. We have started to try and find a way to work on an API for information for our project to quarry databases and get information for new users when necessary. I was able to get a get request working and receive data. This route is essentially what we want but we would like to explore more ways to get an API that suits what we need. We are going to have to go with a post request to make sure all the information we send stays a secret and isn't within the URL. We would also like to talk to PHP files to get the data that is needed.