-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the cheetah wiki!
Table of Contents
Cheetah and cheetah-api make a web application to visualize and manage graphical representation of work using agile methodologies for agile teams.
Please take a look to the mockup demo for this project https://github.com/marcosflobo/demo-agile-toolbox
Here you will find the agile boards used by this project to manage all the development work.
https://github.com/marcosflobo/cheetah/projects/1?fullscreen=true
https://github.com/marcosflobo/cheetah-api/projects/1?fullscreen=true
cheetah project is the web application faced to the final user, ie, the frontend. The techonolgy to develop this application is:
JavaScript. The idea would be create a pure JavaScript application, all in client side.
- AngularJS https://angularjs.org/
- Jasmine (unit testing) https://jasmine.github.io/
cheetah-api (https://github.com/marcosflobo/cheetah-api) is the backend for this project
Python 2.7
- Flask for the REST layer http://flask.pocoo.org/
- uniitest (uni testing) https://docs.python.org/2/library/unittest.html
The database selection is up to the user. Our idea would be to have a high availability database system. Suggestions:
- MariaDB