Skip to content

Backend

Neil98 edited this page Nov 29, 2022 · 3 revisions

The backend consists of a REST API with two controllers, and an SQLite database where the price requests are persisted.

The backend code can be found in ./backend, apart form the controller which reside in the spa project.

Clone this wiki locally