Apsysikal / inventory-management-client

A web app app designed with React to help you easily manage inventory in your personal life or business.
MIT License
0 stars 0 forks source link

Change backend to local database #1

Open Apsysikal opened 2 years ago

Apsysikal commented 2 years ago

Use jsonbox as a backend running in a local container.

Apsysikal commented 2 years ago

Use the same host as the react app is hosted on and then use a proxy to send the api requests to the correct backend.