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
20
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
Compare
version 1
version 8
a013bb51
2 years ago
version 7
afc7e288
2 years ago
version 6
58fea514
2 years ago
version 5
f4a41998
2 years ago
version 4
621ae247
2 years ago
version 3
7f41aa0f
2 years ago
version 2
23021b81
2 years ago
version 1
24d8bec9
2 years ago
master (HEAD)
and
version 2
latest version
b96e67e1
18 commits,
2 years ago
version 8
a013bb51
17 commits,
2 years ago
version 7
afc7e288
17 commits,
2 years ago
version 6
58fea514
16 commits,
2 years ago
version 5
f4a41998
15 commits,
2 years ago
version 4
621ae247
14 commits,
2 years ago
version 3
7f41aa0f
12 commits,
2 years ago
version 2
23021b81
10 commits,
2 years ago
version 1
24d8bec9
9 commits,
2 years ago
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
.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