Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 576 Bytes

File metadata and controls

29 lines (20 loc) · 576 Bytes

F Sharp simple api

ID Project Type Note
1 UserAPI webapi Simple web api

Database testing

  • 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