1.install docker desktop
2.run command for clone
git clone https://github.com/mumuSeaosn2/Backend.git
cd Backend3.change the db.config and delete the word .example in name
4.run command for docker
docker compose up -d --build5.check out http://localhost:3000/api/docs/
1.run this command
docker exec -it <container-name> bash
mysql -u <user> -p
<user password>
use <database name>
desc <table name>;
or
show tables;
docker exec -it mumuseason2-api sh
npx sequelize-cli db:seed:all