https://github.com/abrie/nampronet
Namibia Professional Network - An Open Data 2015 Hackathon Project
https://github.com/abrie/nampronet
Last synced: 3 months ago
JSON representation
Namibia Professional Network - An Open Data 2015 Hackathon Project
- Host: GitHub
- URL: https://github.com/abrie/nampronet
- Owner: abrie
- Created: 2015-02-21T11:14:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T14:37:49.000Z (about 3 years ago)
- Last Synced: 2025-01-24T23:27:13.921Z (5 months ago)
- Language: Java
- Homepage:
- Size: 10.3 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Namibia Professional Network
A site where employers can search for skilled Namibians based on professional criteria. Conceived and prototyped during the 2015 Namibia Open Data Hackathon.
The hackathon version is minimally functional:
- The mobile app runs on an Android device and communicates with a backend web service.
- The system accepts new user registrations
- Users can create/edit their profiles
- Basic search functionality.## Technical Details
- The backend uses [Ruby on Rails](http://en.wikipedia.org/wiki/Ruby_on_Rails)
- The backend's administration framework is [ActiveAdmin](https://github.com/activeadmin/activeadmin)
- The mobile application is Javascript/[HTML5](http://en.wikipedia.org/wiki/HTML5) compiled into an Android application by [PhoneGap](http://en.wikipedia.org/wiki/PhoneGap)
- The mobile application's UI framework is [jQuery Mobile](http://en.wikipedia.org/wiki/JQuery_Mobile)