Ensure Docker Desktop is installed on your machine. You can download it from here.
- Start Application with (No Logs on Console)
npm start
or
- Start Application with (Logs on Console)
npm start logs
- Find React App here:
http://localhost:3000
- Find Express App here:
http://localhost:5000
Notes: The command "npm run start:docker" will start the containers. The mysql db is in path : ./backup/mysql/monsters_db.sql.
When mysql container starts, it will get the bd from ./backup/mysql/monsters_db.sql and restores in the mysql.
On command "npm run exit" the monsters_db.sql will be backuped in ./backup/mysql
npm run exit