An app to track specific user stats on GitHub
- Node.js installed on your system
- Clone the repository
- Add an
.envfile to the root of the backend project - Add
GITHUB_ACCESS_TOKENto the.envfile with your GitHub personal access token - Add
PORTto the.envfile with the port you want the server to run on - Run
npm run install:allto install dependencies - Run
npm run startto start the server - Run
npm run testto run tests
- Responsible for displaying the UI and handling user input
- Read the frontend README.md for more detail
- Responsible for handling requests and interacting with the database and MusixMatch API
- Read the backend README.md for more detail
- Shared resources (types, interfaces, etc) are stored in the
shareddirectory