Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seting up backend for the codebadge project and depriciation of old code #55

Open
wants to merge 12 commits into
base: development
Choose a base branch
from

Conversation

ayushnagar123
Copy link
Member

Problem

Github Issue Number: #53 #51

PR includes:

  • depreciation of previous code
  • login
  • signup
  • fetching user details
  • fetching organization details
  • fetching organization members
  • Codebadge bot setup

Type of Change

  • Bug fix
  • New Feature
  • Development of UI/UX prototypes
  • Small refactor
  • Change in Documentation

Checklist

  • My code follows the same style as the codebase
  • My Code change requires a change in documentation
  • I have updated the Readme accordingly
  • I made PR against development branch
  • I have run the test cases locally and it's passing.
  • I have squashed my commits

@ayushnagar123 ayushnagar123 added the new feature A new feature on which work is yet to begin label Jun 20, 2020

var mongoose = require('mongoose');
//Set up default mongoose connection
var mongoDB = 'mongodb://127.0.0.1/codebadge';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

base url + api_path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature A new feature on which work is yet to begin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants