Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
racoin
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DELCOURT Mathias
racoin
Commits
8123ba96
Commit
8123ba96
authored
4 months ago
by
DELCOURT Mathias
Browse files
Options
Downloads
Patches
Plain Diff
Notes
parent
7618fd94
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
notes.md
+39
-0
39 additions, 0 deletions
notes.md
with
39 additions
and
0 deletions
notes.md
0 → 100644
+
39
−
0
View file @
8123ba96
# Racoin - Notes de Projet
## Fiche d'identification
### Technologies
-
**Langages**
: PHP, JavaScript
-
**Frameworks**
:
-
Eloquent (ORM)
-
Slim (Framework PHP)
### Description du Projet
Application de petites annonces entre particuliers permettant de :
-
Publier des annonces avec photos
-
Filtrer par régions
-
Filtrer par catégories
## Installation et Déploiement
### Prérequis
-
Docker et Docker Compose
-
Composer (gestionnaire de dépendances PHP)
### Étapes d'installation
1.
Lancer les conteneurs :
```
bash
docker-compose up
-d
```
2.
Installer les dépendances :
```
bash
composer
install
```
# Observations et Actions
## Première étape - Analyse
-
[x] Technologies identifiées
-
[x] But général compris
-
[x] Configuration Docker fonctionnelle
## Deuxième étape - Prise en main (En cours)
-
[ ] Documentation à compléter
-
[ ] Audit des dépendances à réaliser
\ No newline at end of file
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