Skip to content

XuyingC/gitgroup-api

 
 

Repository files navigation

Developer Guide

GitHub API

Repositories
This application will be able to read and write all public and private repository data. This includes the following:

  • Code
  • Issues
  • Pull requests
  • Wikis
  • Settings
  • Webhooks and services
  • Deploy keys
  • Collaboration invites

API referrence

How to Start The Server

You need clone this repository first, then install dependencies.

> cd gitgroup-api
> npm install

When you develop this project, you can just use ts-node in order to run the server.

npm run dev

When you test the code.

npm run test

The following commands are just required when you distribute the app

npm run build
npm run start

API list

Repository

  • /repos - get all repositories of the owner

About

gitgroup backend api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 98.8%
  • Other 1.2%