| ID | Project | Type | Note |
|---|---|---|---|
| 1 | UserAPI | webapi | Simple web api |
-
How to execute database docker container
docker exec -it dev_fsharp_sql_container bash -
Login default user with password is fsharp
mysql -u root -p
-
Switching to simple_app database
use simple_app; -
Thông tin chi tiết tại đây