Commit 64008288 authored by raphael.peim's avatar raphael.peim

Correct some READMEs

parent a508d46e
......@@ -16,7 +16,7 @@ Le repository s'organise comme suit :
doc/
PDF/ # Fichiers PDF divers de cours
DEPLOIEMENT.md # Indications pour le déploiment du projet
DEPLOIEMENT.md # Indications pour le déploiement du projet
REST_API.md # Doc le l'api rest
frontend/ # Frontend du projet
......@@ -27,7 +27,7 @@ Le repository s'organise comme suit :
static/ # Maquette HTML/CSS du projet
maquette.mp # Maquette Mockplus du projet
README.md # Description de repository
README.md # Description du repository
```
Nous vous invitons à consulter le dossier doc/ pour plus d'informations
......
# [Start Bootstrap - SB Admin 2](https://startbootstrap.com/theme/sb-admin-2/)
# Static
[SB Admin 2](https://startbootstrap.com/theme/sb-admin-2/) is an open source admin dashboard theme for [Bootstrap](https://getbootstrap.com/) created by [Start Bootstrap](https://startbootstrap.com/).
For the legacy Bootstrap 3 version of this theme, you can view the [last stable release](https://github.com/StartBootstrap/startbootstrap-sb-admin-2/releases/tag/v3.3.7%2B1) of SB Admin 2 for Bootstrap 3.
Nous avous utilisé un [template Bootstrap](https://startbootstrap.com/theme/sb-admin-2/) dont voici les informations
## Preview
......@@ -27,39 +25,6 @@ To begin using this template, choose one of the following options to get started
* Clone the repo: `git clone https://github.com/StartBootstrap/startbootstrap-sb-admin-2.git`
* [Fork, Clone, or Download on GitHub](https://github.com/StartBootstrap/startbootstrap-sb-admin-2)
## Usage
After installation, run `npm install` and then run `npm start` which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the `gulpfile.js` to see which tasks are included with the dev environment.
### Gulp Tasks
* `gulp` the default task that builds everything
* `gulp watch` browserSync opens the project in your default browser and live reloads when changes are made
* `gulp css` compiles SCSS files into CSS and minifies the compiled CSS
* `gulp js` minifies the themes JS file
* `gulp vendor` copies dependencies from node_modules to the vendor directory
You must have npm installed globally in order to use this build environment. This theme was built using node v11.6.0 and the Gulp CLI v2.0.1. If Gulp is not running properly after running `npm install`, you may need to update node and/or the Gulp CLI locally.
## Bugs and Issues
Have a bug or an issue with this template? [Open a new issue](https://github.com/StartBootstrap/startbootstrap-sb-admin-2/issues) here on GitHub or leave a comment on the [template overview page at Start Bootstrap](https://startbootstrap.com/theme/sb-admin-2/).
## About
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
* <https://startbootstrap.com>
* <https://twitter.com/SBootstrap>
Start Bootstrap was created by and is maintained by **[David Miller](https://davidmiller.io/)**.
* <https://davidmiller.io>
* <https://twitter.com/davidmillerhere>
* <https://github.com/davidtmiller>
Start Bootstrap is based on the [Bootstrap](https://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat).
## Copyright and License
Copyright 2013-2020 Start Bootstrap LLC. Code released under the [MIT](https://github.com/StartBootstrap/startbootstrap-resume/blob/gh-pages/LICENSE) license.
# Documents
Ce dossier contient des documents divers ainsi que des indications déployer le projet
Ce dossier contient des documents divers ainsi que des indications pour déployer le projet
Markdown :
- DEPLOIEMENT : Contient toutes les indications pour déployer le projet
......
......@@ -12,12 +12,12 @@
| Obtenir un token | POST / login |
| Vérifier la validité d'un token | GET / validatetoken |
### Format des données envoyée à l'api
### Format des données envoyées à l'api
JSON :
````json
{
"value": "key"
"key": "value"
}
````
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment