- Notifications
You must be signed in to change notification settings - Fork0
vmpikaso/eIntervention
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
eIntervention est actuellement en développement !
eIntervention est une application web réalisée en Angular 9.
Cette application est réalisée dans le cadre d'un projet de Master M1 MIAGE (Master en Méthodes Informatiques Appliquées à la Gestion des Entreprises).
Cette application à terme permettra à la caserne de pompier de Kembs, voire à d'autre caserne de pouvoir gérer leur intervention
- Angular7-csv => (https://www.code-sample.com/2019/02/angular-7-export-to-csv-pdf-excel.html)
- Xlsx (https://levelup.gitconnected.com/export-data-to-excel-sheet-in-angular-8-7a8e0342643d)
- Angular >= 9
- Nodejs >= 12.16.1
- NPM >= 6.14.2
- GIT
git clone https://github.com/Ginkishi/eIntervention.git
git clone git@github.com:Ginkishi/eIntervention.git
Install node_module
$cd appnpm install or npm i
- Open a terminal
- Go to eIntervention folder
- Into eIntervention folder :
$cd appng serve
Wait compilation ending...
Now the application is launchedGo tohttp://localhost:4200
- Open a terminal
- Go to eIntervention folder
- Into eIntervention folder :
$cd appng build --base-href /app/ --prod
with /app/ your baseurl (ex:http://localhost/app/) by default it was "/"
we use "http://localhost/eintervention/app/"
When the compilation is ended
Go to eIntevention/app/dist and copy/paste in your web server
Paste also an .htaccess file if you use apache server
<IfModule mod_rewrite.c>RewriteEngine On# -- REDIRECTION to https (optional):# If you need this, uncomment the next two commands# RewriteCond %{HTTPS} !on# RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}# --RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR]RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -dRewriteRule ^.*$ - [NC,L]RewriteRule ^(.*) index.html [NC,L]</IfModule>
Create a folder (ex: eIntervention) and inside
Create an "app" folder
Paste the contents of the "dist" folder into the "app" folder created previously
Then paste the "api" folder in your folder (ex: eIntervention)
For more help, see the deployment video in the "video" folder
About
Projet de création d'une application de gestion d'intervention pour la caserne de Kembs
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Contributors3
Uh oh!
There was an error while loading.Please reload this page.
