Skip to content

ayushnagar123/codebadge-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.8%
  • CSS 26.8%
  • HTML 6.4%