- Open SQL Shell and run this command (this will create the database): \i "/khedni-ma3ak-db.sql"
- Run The Spring Boot Server (this will create the tables)
- Back to SQL Shell run this command to fill the tables: \i "/places-data.sql"
- Run the react front end
- you may need to provide th full path for the sql files.
- you may need to change the password and username in resources/properties file in spring boot.