Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spyopensource/gitserver-backend
git server backend
https://github.com/spyopensource/gitserver-backend
backend git python
Last synced: about 1 month ago
JSON representation
git server backend
- Host: GitHub
- URL: https://github.com/spyopensource/gitserver-backend
- Owner: sPyOpenSource
- Created: 2019-07-13T10:04:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-01T11:43:40.000Z (over 2 years ago)
- Last Synced: 2023-03-06T05:25:44.987Z (almost 2 years ago)
- Topics: backend, git, python
- Language: Python
- Homepage: http://s55969da3.adsl.online.nl/git/index.html#item/7
- Size: 620 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
Awesome Lists containing this project
README
Git Server Backend
==================Motivation
----------
This is a sharing Website. It helps us to exchange source codes.Installation
------------
Run following command to get the source code:git clone git://s55969da3.adsl.online.nl/gitserver/back-end.git --recursive
Now you have to go inside the folder. First you have to install the requirements:
pip install -r requirements.txt
To run the webserver:
./manage.py runserver
Now you can open a webbrowser and type http://localhost:8000.
Testing
-------
To test the code you can run following command:./manage.py test
Terms & Conditions
------------------
This application is base on an example from “Lightweight Django by Julia Elman and Mark Lavin (O’Reilly). Copyright 2014 Julia Elman and Mark Lavin. 978-1-4919-4594-0.”