This project captures the information from Github accounts to generate an embeddable .svg image which can be used anywhere! Unlike other implementations, this repo lets the user login to their account which allows access to private repositories ensuring a more accurate system.
Codebase | Description |
---|---|
stats_back | Nodejs REST API |
stats_front | React Frontend |
If you'd like to fork or further develop this repo there are a few prerequisites listed in the next section.
- Please ensure you have Mongodb on your system
- After cloning, make sure to run
npm install
in both thestats_back
andstats_front
directories (the majority of dependancies are installed as devDependancies so it may be worth runningnpm install --only=dev
in addition tonpm install
) - Backend scripts run using ts-node so make sure to install that globally using
npm i -g ts-node ts-node-dev