0

I have built a react app and I must connect and send orders to a Rasberry Pi.

Alessio
  • 3,404
  • 19
  • 35
  • 48

1 Answers1

0

Suggest you know how to write an API server and talk to the API server using react app.

  1. You can deploy your react app and an backend server on your raspberry pi.

  2. You have to using a Database to store your data.

I recommend you to using SQLite as Database and Node.js to write an API server.

https://randomnerdtutorials.com/sqlite-database-on-a-raspberry-pi/

Eason
  • 469
  • 4
  • 14