fish-admin
fish-admin copied to clipboard
Can not view application
I follow the instructions, starting the back end with bootRun, and using npm to install and start the dev server. I get directed to http://localhost:8082/, and the browser displays Cannot GET /
execute init.sql
Execute it where? Can the instruction specify this? What DB engine does this use?
https://github.com/myliang/fish-admin/tree/master/api/db
Yes, I see where the file is. However, it's not clear to me where to execute it, and it's not mentioned in your Readme's quickstart guide. See previous comment.
db: postgresql
create database fish;
https://github.com/myliang/fish-admin/blob/master/api/src/main/resources/application.properties