This is an implementation of the data access layer for the Trading Exchange Collaborative Learning Program from the Prescription Free Academy of Web Development and Software Engineering.
It constitutes a network API providing connections to data services.
It’s all part of a collaborative project for learning web development and software engineering. All backed by an experienced software engineer and teacher who has stepped away after twenty years in software development to concentrate on teaching.
Mentoring is available as needed, seven days a week.
See the program repo for info on getting started and about this learning program in general.
Clone the repository and install the dependencies.
git clone git@github.com:pecknigel/open-exchange-connector.git
npm install
Run npm start
to start the dev server.
Postman collection coming soon.
See Data Access Layer for more about the system layer that this project implements.
See Data Access Layer Interface Agreements for specification of the interface that this should provide.
We’re looking to keep project management simple and housed on GitHub.
It’s currently the only places for discussion too, at least publicly.
GitHub Issues
Issues · pecknigel/open-exchange-connector
Contributions are welcome. See CONTRIBUTING.md (currently a stub).
This project is dual licensed. See LICENSE.txt.