Was developed with JetBrains Rider.
- Edit
appsettings.Development.json
and anter your MySQL database credentials. - Run
dotnet ef database update
- Start project from IDE. It will start backend API.
- Install NodeJS and Yarn.
- Run
yarn install
. - Run
npm run dev-start
. It will start frontend web server on local port8082
. - Ensure
js/config/config-dev.json
contain valid base URL to the backend.
- Registration is available with any email/username, no validation is made.
- Password can be of any symbols 3 and more characters.
- Main functionality is to load public property transactions data provided by Japanese government and show it in a grid.