Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IIIF
backend
Merge requests
!2
Draft:Generic api v1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
Draft:Generic api v1
generic-api-v1
into
master
Overview
0
Commits
18
Pipelines
0
Changes
3
Open
David Beniamine
requested to merge
generic-api-v1
into
master
2 years ago
Overview
0
Commits
18
Pipelines
0
Changes
3
Adds a generic api URIs and models
Prefix path with api version
Generic config
Database initialization
Generic resources
Use generic Model
Auto documentation for parameter
Auto documentation for return values
Generic routes
group
GET
POST
item
GET
POST
PUT
PATCH
DELETE
ORM
tests
test infrastucture and simple exemple
Add data
Test storing data
Work on fake database
Edited
2 years ago
by
David Beniamine
0
0
Merge request reports
Viewing commit
23021b81
Prev
Next
Show latest version
3 files
+
20
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
23021b81
Add PHP My Admin via compose and update README.md (No local install working)
· 23021b81
Anthony
authored
2 years ago
.env.sample
+
2
−
0
View file @ 23021b81
Edit in single-file editor
Open in Web IDE
Show full file
COMPOSE_FILE=docker-compose.yml:ports.yml
COMPOSE_FILE=docker-compose.yml:ports.yml
# COMPOSE_FILE=docker-compose.yml:ports.yml:phpmyadmin
HOST=0.0.0.0
HOST=0.0.0.0
FLASK_PORT=5000
FLASK_PORT=5000
PHP_MY_ADMIN_PORT=5001
MYSQL_USER=mirador_backend
MYSQL_USER=mirador_backend
MYSQL_PASSWORD=randompassword
MYSQL_PASSWORD=randompassword
MYSQL_ROOT_PASSWORD=otherrandompassword
MYSQL_ROOT_PASSWORD=otherrandompassword
Loading