Skip to content

From the Prescription Free Academy. Part of the Trading Exchange Collaborative Learning Program.

License

Notifications You must be signed in to change notification settings

pecknigel/open-exchange-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Exchange Data

This is an implementation of the application layer for the Trading Exchange Collaborative Learning Program from the Prescription Free Academy of Web Development and Software Engineering.

It constitutes a Node.js API using the Express library. It provides individual ticker prices and a list of all ticker prices, potentially with options for filtering the list.

What’s all this about?

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.

Getting Started

See the program repo for info on getting started and about this learning program in general.

How to Run the Project

Clone the repository and install the dependencies.

git clone git@github.com:pecknigel/open-exchange-data.git
npm install

Run npm start to start the dev server.

Testing API Routes

There is a Postman collection for the API as it stands.

Specification

See Application Layer for more about the system layer that this project implements.

See Application Layer Interface Agreements for specification of the interface that this should provide.

Project Management and Discussion

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-data

Contributions

Contributions are welcome. See CONTRIBUTING.md (currently a stub).

Licensing

This project is dual licensed. See LICENSE.txt.