Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
camino
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
pnm-public
camino
Commits
57b1c831
Commit
57b1c831
authored
5 years ago
by
Francois Romain
Browse files
Options
Downloads
Patches
Plain Diff
docs: met à jour le readme
parent
394371a0
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+4
-2
4 additions, 2 deletions
README.md
manual/database/camino-db.sqs
+77
-90
77 additions, 90 deletions
manual/database/camino-db.sqs
with
81 additions
and
92 deletions
README.md
+
4
−
2
View file @
57b1c831
...
...
@@ -15,6 +15,7 @@
## Technologies
-
[
TypeScript
](
https://typescriptlang.org/
)
-
[
Node.js
](
https://nodejs.org/
)
-
[
Express.js
](
http://expressjs.com
)
-
[
PostgreSQL
](
https://www.postgresql.org/
)
...
...
@@ -143,6 +144,7 @@ La documentation [est disponible ici](https://github.com/MTES-MCT/camino-api/tre
```
bash
.
│
├── dev
# `scripts de développement`
├── knex
# `scripts de création et d'import de la base de données (npm run migrate)
│ ├── migrations
# `création de la base de données`
│ └── seeds
# `import depuis les fichier /sources vers la base de données`
...
...
@@ -174,7 +176,6 @@ La documentation [est disponible ici](https://github.com/MTES-MCT/camino-api/tre
│ └── monthly
# `scripts de mise à jour mensuels (npm run monthly)`
│
└── tools
# `outils`
├── dev
# `outils de développement`
├──
export
# `exportation de la base de données vers des spreadsheets (npm run export)`
├── import
# `import de spreadsheets vers des fichiers json dans /sources (npm run import)`
├── api-...
# `connexion aux api externes`
...
...
@@ -206,8 +207,9 @@ Voir [contributing.md](contributing.md) (en anglais) pour plus d'infos.
-
Guillaume Levieux, intrapreneur
-
Joeffrey Arruyer, coach
-
[
François Romain
](
http://francoisromain.com
)
, développeur
-
[
François Romain
](
http
s
://francoisromain.com
)
, développeur
-
[
Adrien Risser
](
https://github.com/risseraka
)
, développeur
-
[
Nicolas Petitot
](
https://github.com/NeoBahamut
)
, développeur
---
...
...
This diff is collapsed.
Click to expand it.
manual/database/camino-db.sqs
+
77
−
90
View file @
57b1c831
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment