Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 596 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 596 Bytes

Codebadge Frontend

This is the frontend repository of codebadge project. For backend section please install backend repository for the proper working of this project.

Setup

  1. Install modules npm i

  2. setup locally Create a .env.local file in root dicrectory.

clientID_Production = <Id for production mode to be set>
clientID_Development = <Client id from github oauth app>
  1. Create a oauth app

Application Name=> Codebadge-local-login

Homepage URL=> http://localhost:3000/

Authorization callbackURL=> http://localhost:3001/github/auth

  1. Run app

npm start