The Internet Project Database - A system to review and rate FOSS projects hosted on Github
Visit our CHANGELOG file to know more about our new features and improvements.
This app depends on Github API integration, which includes OAuth authentication, this means that to use this app, you must
generate an Github OAuth API key. Then it is essential to create a settings-development.json
file, which should look like this:
{
"public": {},
"private": {
"oAuth": {
"github": {
"clientId": "<Your Client ID>",
"secret": "<Your OAuth secret>"
}
}
}
}
The callback url should be declared as http://localhost:3000
To deploy this application, you need to install meteor and node.js. After satisfying both requierements, please execute:
meteor npm install
npm run
See it in action at: http://localhost:3000
- Live action preview: http://review-me.margffoy-tuay.com
See a demo of the app here: https://youtu.be/w0f-WNGsf4s