[Solved] how to start a project with react as front end and flask as backend?


You will have to create rest services through flask and then make a request to fetch/insert the data through those services using react.

3

solved how to start a project with react as front end and flask as backend?