Skip to content
/ kbase Public

A basic mix of angularjs and webapp2-based python server.

License

Notifications You must be signed in to change notification settings

pawsa/kbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knowledge base

Very simple db operating in several modes:

  • search (default): type some keywords and hope to find answers.
  • ask question: creates a question entry, pass it to all recipients with mail, and a link to "add response".
  • edit: allows to to edit the question/answer pair for clarity.

Client

The client has three controllers corresponding to the modes above. Components are: Researcher: Search box with a list of matches (question: summary) AddQuery: simple add query box ViewEquery/EditQuery

Server

Following endpoints are available:

  • GET /questions?q=QUERY
  • POST /questions
  • GET /questions/ID
  • PATCH /questions/ID
  • DELETE /questions/ID

About

A basic mix of angularjs and webapp2-based python server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published