Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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