All Projects → roundup-tracker → roundup

roundup-tracker / roundup

Licence: other
un-official mirror of http://hg.code.sf.net/p/roundup/code -- used for CI. Please visit https://issues.roundup-tracker.org for finding starter issues or log new issues.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Roff
2310 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to roundup

Nephos
Project Nephos [GSoC '18]: Automated recording, processing, and uploading of TV streams for Universities.
Stars: ✭ 20 (+0%)
Mutual labels:  sqlite3, cli-app
Openproject
OpenProject is the leading open source project management software.
Stars: ✭ 5,337 (+26585%)
Mutual labels:  bug-tracker, issue-tracker
Microservices With Lumen
A Lumen based microservice ready to deploy with guzzle for consumption of api and OAuth 2
Stars: ✭ 115 (+475%)
Mutual labels:  sqlite3, restful-api
flaskbooks
A very light social network & RESTful API for sharing books using flask!
Stars: ✭ 19 (-5%)
Mutual labels:  jinja2, sqlite3
gorest
Go RESTful API starter kit with Gin, JWT, GORM (MySQL, PostgreSQL, SQLite), Redis, Mongo, 2FA, email verification, password recovery
Stars: ✭ 135 (+575%)
Mutual labels:  sqlite3, restful-api
rebacklogs
Re:Backlogs is an Open Source Project Management Tool.
Stars: ✭ 163 (+715%)
Mutual labels:  bug-tracker, issue-tracker
Github Issue Templates
🔣 A collection of GitHub issue and pull request templates
Stars: ✭ 3,074 (+15270%)
Mutual labels:  bug-tracker, issue-tracker
laravel-database-manager
Make your database simple, easier and faster with vuejs.
Stars: ✭ 50 (+150%)
Mutual labels:  sqlite3, dbm
tinyissue
Simple Issue Tracking for Teams
Stars: ✭ 49 (+145%)
Mutual labels:  bug-tracker, issue-tracker
embedio-extras
Additional Modules showing how to extend EmbedIO.
Stars: ✭ 43 (+115%)
Mutual labels:  sqlite3
twifo-cli
🐤 Get user information of a Twitter user.
Stars: ✭ 24 (+20%)
Mutual labels:  cli-app
CourseCake
By serving course 📚 data that is more "edible" 🍰 for developers, we hope CourseCake offers a smooth approach to build useful tools for students.
Stars: ✭ 21 (+5%)
Mutual labels:  restful-api
SimpleGlip
A simple Glip client with RESTful API
Stars: ✭ 20 (+0%)
Mutual labels:  restful-api
shadowsocks-restful-api
Secure, reliable, standard restful api for managing shadowsocks-libev
Stars: ✭ 72 (+260%)
Mutual labels:  restful-api
whynote
Command Line Interface to Creating Notes/Tasks
Stars: ✭ 15 (-25%)
Mutual labels:  cli-app
migration
Simple library writen in PHP without framework dependancy for database version control. Supports Sqlite, MySql, Sql Server and Postgres
Stars: ✭ 142 (+610%)
Mutual labels:  sqlite3
TIWAP
Totally Insecure Web Application Project (TIWAP)
Stars: ✭ 137 (+585%)
Mutual labels:  sqlite3
good-first-issues
Find good first issues right from your CLI! 🚀
Stars: ✭ 64 (+220%)
Mutual labels:  cli-app
questionnaire online
springboot+mybatis在线问卷系统
Stars: ✭ 147 (+635%)
Mutual labels:  restful-api
spring-interview-questions
500+ Spring-Boot Interview Questions
Stars: ✭ 269 (+1245%)
Mutual labels:  restful-api
=======================================================
Roundup: an Issue-Tracking System for Knowledge Workers
=======================================================

INSTANT GRATIFICATION
=====================

The impatient may try Roundup immediately by running demo.py from
the source directory::

   python demo.py

This will create new tracker home in "demo" subdirectory and start
server. To reset demo instance::

   python demo.py nuke


Tracker Home
=============
"Tracker Home" is main concept when starting with Roundup. It is
directory where all your tracker data is stored. This directory is
created every time when new tracker is initialized and includes
tracker configuration, database, template, schema and extensions.


Installation
============
Please see "doc/installation.txt"


Upgrading
=========
Please see "doc/upgrading.txt"


Usage and Other Information
===========================
Start with the index.txt file in the "doc" directory. These
documentation files are written in reStructedText, which can be
converted into HTML format. If you have Sphinx installed, you can
do this by running::

   python setup.py build_doc

Resulting HTML files will be in "share/doc/roundup/html" directory.


For Developers
==============
To get started on development work, read the developers.txt file in
the "doc" directory.


License
=======
See COPYING.txt
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].