GithubHelp home page GithubHelp logo

census's Introduction

Census simple ERP system, (C) 2010-2020

develop branch build status: CircleCI

How to build project locally

Execute the following command in the terminal:

mvn clean install

All necessary dependencies should be downloaded automatically.

Project modules

  • [census-auth] Simple authorization microservice. Works via REST over http/https protocol.
  • [census-auth-ui] UI for authorization microservice for managing permissions. Works as a client for [census-auth] microservice.
  • [census-service1] TBD
  • [census-service2] TBD
  • [census-service3] TBD

Detailed modules descriptions

[census-auth]

Simple authorization microservice. Base service URI: host:port/census/api/auth/xxx

REST interface description

HTTP method URI Return Description
GET /users 200 (OK) get list of all users
POST /users 201 (OK) / 500 (fail) save new user
GET /users/{id} 200 (OK) / 404 (fail) find a user where id = {:id}
PUT /users/{id} 200 (OK) / 500 (fail) update a user where id = {:id}, or save it
PATCH /users/{id} 200 (OK) / 404 (fail) update a single field where id = {:id}
DELETE /users/{id} 204 (OK / fail) delete a user where id = {:id}, idempotent
----------- -------------- --------------------- -----------
GET /roles 200 (OK) get list of all roles
POST /roles 201 (OK) / 500 (fail) save new role
GET /roles/{id} 200 (OK) / 404 (fail) find a role where id = {:id}
PUT /roles/{id} 200 (OK) / 500 (fail) update a role where id = {:id}, or save it
PATCH /roles/{id} 200 (OK) / 404 (fail) update a single field where id = {:id}
DELETE /roles/{id} 204 (OK / fail) delete a role where id = {:id}, idempotent

[census-auth-ui]

UI for authorization microservice for managing permissions. Base service URI: host:port/census/auth-ui/

[census-service1]

TBD

[census-service2]

TBD

[census-service3]

TBD

census's People

Contributors

dmitry-ed-gusev avatar dependabot[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.