Apply to various Internship through app.
- Register/Login Page for Students(through linkedin)
- Home page to show and search internship.
- Internship Opportunity details page to apply to internhsip, show info and company profile.
- Student Profile Page to show its profile info and update info
- Student Applications status
- Student Messages received
POST Request parameter
- name
- phone
- city
http://swiftintern.com/app/student.json
http://swiftintern.com/students.json
POST Request parameter
- name
- phone
- action = saveUser
http://swiftintern.com/students/settings.json
GET Request parameter
- name
- type = institute or company
http://swiftintern.com/organizations.json
POST Request parameter
- institute(College name to be fetched from other url)
- degree
- major
- gpa
- passing_year
- action = saveQual
http://swiftintern.com/students/qualification/{qualification_id}.json
POST Request parameter
- institute(Company name to be fetched from other url)
- duration
- designation
- responsibility
- action = saveWork
http://swiftintern.com/students/work/{work_id}.json
GET Request parameter
- query (text, the keyword to search)
- location (text, the place to search eg. delhi)
- limit (number, the number of results per page)
- page (number. pagination based on limit per page)
http://swiftintern.com/home.json
For fetching top 10 internship just make an empty get request to above URL
http://swiftintern.com/thumbnails/{opportunity_id}
http://swiftintern.com/internship/opportunity/{opportunity_id}.json
At the starting of app make a call to Register method to create session then the data will be fetched
http://swiftintern.com/students.json
http://swiftintern.com/students/applications.json
http://swiftintern.com/students/messages.json
POST Request parameter
- title(base64 encode of file)
http://swiftintern.com/app/upload.json
POST Request parameter
- opportunity_id
- resume_id
http://swiftintern.com/app/apply.json