Irish Link is an iOS application that connects those who want a software application made with those who know how to make it. By putting these two isolated groups on campus in contact, the ideators can make their ideas come to life and developers can gain valuable experience outside of the classroom.
The mobile application developed in Swift and Javascript by William Markley. The REST API back-end was built with Node.js and MongoDB, using JSON as the HTTP bodies. PM2 and NGINX were used to make the back-end a stable production environment. The front-end iOS application was developed in Xcode and relies on Google Sign-In and IQ Keyboard Manager.
If you're interested in helping with the project, please contact wmarkley@nd.edu.
PUT (GET request)
Content-Type: application/json
Body: JSON containing key "token" with unique token
POST
Content-Type: application/json
Body: JSON containing
-key "token" with unique token
-other data relevant to object
DELETE
Content-Type: application/json
Body: JSON containing
-key "token" with unique token
-other data contained in the object that will be deleted









