Home - ptal/online-broker GitHub Wiki
- Api description is available here
- Database schema and documentation is available here
- An overall look of the architecture is available here
Directory layout
- common/: Contains the model (the daemon and the main project use it).
- daemon/: Contains the database initializer and the openexchangerates daemon.
- online-broker/: Main project, the controllers and the views are implemented there.
- public/: Public code such as javascript scripts, html/css or external library.
- doc/: Two schemas describing the project (and further explained in this Wiki).
- presentation/: Slides of the project presentation at the University Pierre et Marie Curry (Paris - France).
- scripts/: Contains cron tasks for the daemon (on the Amazon server).