fish-admin icon indicating copy to clipboard operation
fish-admin copied to clipboard

Can not view application

Open stealthrabbi opened this issue 5 years ago • 5 comments

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 /

stealthrabbi avatar May 12 '19 04:05 stealthrabbi

execute init.sql

myliang avatar May 12 '19 09:05 myliang

Execute it where? Can the instruction specify this? What DB engine does this use?

stealthrabbi avatar May 12 '19 14:05 stealthrabbi

https://github.com/myliang/fish-admin/tree/master/api/db

myliang avatar May 12 '19 16:05 myliang

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.

stealthrabbi avatar May 14 '19 12:05 stealthrabbi

db: postgresql

create database fish;

https://github.com/myliang/fish-admin/blob/master/api/src/main/resources/application.properties

myliang avatar May 14 '19 13:05 myliang