O
O
olegkrlvs2021-04-15 14:54:25
MySQL
olegkrlvs, 2021-04-15 14:54:25

How to create an application on React + .Net core + MySql + Docker?

Please tell me, I want to create a simple application on .net core web api + react, add a MySql database and add docker so that later it can all be deployed, for example, on Heroku.
Tell me how best to create applications, add react in the same project with .net core or do it differently?
And maybe there is an actual example of how it all works together?

Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Korotenko, 2021-04-15
@firedragon

Here's a tutorial for you
https://docs.microsoft.com/en-us/visualstudio/cont...

V
Vasily Bannikov, 2021-04-15
@vabka

in one project with .net core add react or do it differently?

Better different. The backend is separate and the frontend is separate.
Then you don't have to study specific guides about integrating MVC with React.
Docker has built-in tools for generating a dockerfile.
And there is nothing specific for MySQL - the main thing is not to install the official Oracle driver (it is slow)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question