A platform for Nigerian tertiary institution students for accessing information, campus service and various other resources such as course schedules, past question papers etc to aid their studies and campus activities.
Versity is built on the following technologies:
To get a local copy of Versity up and running locally, follow the steps below:
- NodeJS
- Yarn
- Make
-
Add
127.0.0.1 versity.local api.versity.localto your hosts file found at/etc/hostson Linux systems. -
Clone the repository
git clone git@github.com:hkmshb/versity.git
-
Install node package and run the setup
cd versity make install # to server the web ui run: make client # to server the api, on a different terminal run: make server