mohdfareed / msd-p18538

Interactive Training Robot for Fire Safety
0 stars 0 forks source link

Backend #19

Closed mohdfareed closed 10 months ago

mohdfareed commented 10 months ago

Restructured project to be API centric.

I created the backend API for configuring the bot and saw a disconnect between the code base of the API and the libraries for controlling the hardware.

I restructured the project as follows:

Services and controllers make up the backend. This allows us to easily expand the robot with more services or experiment with different communication methods, keeping the interface (controllers) consistent.

Advantages

closes #12