This project aims to create a development environment deployer and manager.
First time setup:
make back-run
and
make front-run
- Create a Docker Java container
- Create and run a Java/SpringBoot web project from a provided Spring Boot initializer demo.zip file.
- Set project up with
.env
file variables.- Set application.properties to connect to database
- Export Backend port of choice
- Name Backend directory with given string
- Create a Docker Mariadb container
- Create a Mariadb database with given name
- Execute given
.sql
script if given any.
- Create a Docker NodeJs container
- Create and run an Angular project
- Set Project with default librairies
- Prettier
- Esling
- Angular Material