Newer
Older
## How to run
```bash
npm i
npm start
```
## Database connection fix
```mysql
ALTER USER 'readonly'@'%' IDENTIFIED WITH mysql_native_password BY 'readonly';
```
## How to run
```bash
npm i
npm start
```
## Database connection fix
```mysql
ALTER USER 'readonly'@'%' IDENTIFIED WITH mysql_native_password BY 'readonly';
```
Hosted with