npm install
Create a .env file in your root folder
MONGO_URI=<YOUR_MONGO_URI>
PERSONAL_ACESS_TOKEN=<YOUR_PERSONAL_GITHUB_ACESS_TOKEN>
npm start
POST /api/users
Request Body
{
"repoUrl": "https://github.com/{ower}/{repo}"
}E.g.
{
"repoUrl": "https://github.com/faceobook/react"
}GET /api/users