-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
This integration will wrap our node-git-server in an express server with CORS integration.
Located: gitServer/index.js
The server is intended to be run locally on a computer for users to push too.
See this comment in an issue in node-git server as a starting point. It lays out the basic structure of a node-git-server being used with express.
Outcome
- 1. Developers must be able to push/pull to from a git remote from the command line.
- 2 .The remote will have the following format: [serverURL]/projects/[Project_Owner]/[Project_Name].git
- 3. Must maintain the ability to output data to the user's command line on “push” and “fetch” (line 39 and 49 in gitServer/index.js on express-ts-git-server branch)
- 4. Query and read in username and password from command line like GitHub does when authenticating push access to a repo
**Work on branch: express-ts-git-server
See as Reference
Node-git-server: Documentation Source Code
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels