Front | Back |
---|---|
-- Lien vers le front ⛵ -- | -- Lien vers le back 🙈 -- |
👥 Link to original Team repository for Front |
-
- Packages installed (node_modules) :
- bootstrap
- @ng-bootstrap/ng-bootstrap (Toast)
ng add @angular/localize
(asked by Angular 9)- ng-modal | source
- Moment.js : date format management
- Ngx Until Destroy (gestion unsuscribe @Observable)
- Ngx ui switch
- Ngx-markdown
- @ngx-pwa/local-storage : Localstorage | github |
ng add @ngx-pwa/local-storage
- Packages installed (node_modules) :
-
Bootstrap 4
-
Java/Spring
-
Tomcat v9
-
PostgresSQL
- Instal NodeJS
- Install AngularCLI :
npm install -g @angular/cli
- Inside the Front folder :
npm install
to install the required node modules - Launch with
ng serve -o
(the Back need to be running)
- Install a database management system (example : PostgreSQL)
- Create a database (example pgAdmin)
- Install Tomcat
- Add a tomcat server (easily done with Eclipse)
- Launch Tomcat server
- Add data to the database :
- Create the channel by launching the SQL script found in
ScriptsSQL\channels_classic.sql
- Create the channel by launching the SQL script found in
- See readme from back repository to implement custom dev-profile