Skip to content
Snippets Groups Projects

Draft:Generic api v1

Open David Beniamine requested to merge generic-api-v1 into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -30,6 +30,10 @@ If everything is ok, [http://localhost:5000/swagger-ui/](http://localhost:5000/s
./cli mysql_init
```
#### View and edit database
Use `./cli mysql` or PHPMyAdmin on `http://localhost:5001/` (check if phpmyadmin.yml is in your COMPOSE_FILE)
#### Run tests
```
Loading