@samsamai As a beginning I think we can simply copy the schema from our sea-orm/tests And then add some CRUD methods on top of it. As this is only intended to be a REST API server, no HTML is needed. But as the first step, we may search for some good reference template on GitHub.
@samsamai
As a beginning I think we can simply copy the schema from our sea-orm/tests
And then add some CRUD methods on top of it.
As this is only intended to be a REST API server, no HTML is needed.
But as the first step, we may search for some good reference template on GitHub.