GitXplorerGitXplorer
t

registr-lite

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
3bbbbd2db576bbabdfc83f5c4c63b231ab693cff

Add CI build

sshankerwangmiao committed 4 years ago
Unverified
3707fbd9c3f092c1a4b1d9321060a7fe3264a77e

productive vue.js

hhuiyiqun committed 8 years ago
Unverified
22764f2fc3c75aa0cf4ec9f1bfb143b5077116a5

move department to the bottom to hide the strange margin

hhuiyiqun committed 8 years ago
Unverified
71188f9a0780cdd12e6faa4c80f3bd7dc581db09

add a title

hhuiyiqun committed 8 years ago
Unverified
544c88a0b9d89196f81edd49317c3ad3c9e2806f

fix #1 and change default url to join.tuna.moe

hhuiyiqun committed 8 years ago
Unverified
f67f1f9867165297b234cb6a378b60076ba1ab7b

add TODO to web-ui

hhuiyiqun committed 8 years ago

README

The README file for this repository.

registr-lite

A lightweight registr with only a bare RESTful API.

Requirements

  • python-eve
  • sqlalchemy

Howto

  • Run:
~> git clone https://github.com/tuna/registr-lite.git
~> cd registr-lite
~> virtualenv venv
~> ./venv/bin/pip install -r requirements.txt
~> ./venv/bin/python registr.py
  • Use:
~> http localhost:8080/candidate name='tunar'
~> http -a tunar:thiSiSsecreT localhost:8080/candidate

That's all.

TODO

  • [ ] i18n