Skip to content

willmarkley/irishlink-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

irishlink-api

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.

API Usage

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

Screenshots

irish-link1
irish-link2
irish-link3
irish-link4
irish-link5
irish-link6
irish-link7
irish-link8
irish-link9
irish-link10

About

Mobile application to connect ideators and developers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published