This project creates a frontend for an Inventory Management Sytem.
You will need to download and install the following pieces of software:
- Google Cloud Platform
- Visual Studio Code. Download the LiveServer Extension
- Maven
- Jenkins
- HTML
- Bootstrap
To run the application frontend you will need to run the following lines of code
git clone https://github.com/christophperrins/simple-project
cd simple-project/server
mvn spring-boot:runTo check that it is running you should navigate to: http://localhost:8081/swagger-ui.html
Inside the server folder:
To run JUnit tests on the controller and service classes:
mvn test -Dtest=ControllerAndServiceSuiteTo run integration tests run:
mvn test -Dtest=IntegrationSuiteTo run end-to-end tests with selenium:
mvn test -Dtest=SeleniumSuiteWe use SemVer for versioning. For the versions available, see the tags on this repository.
- Rafal Sobol
- Charlie Reddin
- Laurence Garcia
- Ashima Ghale
- Kobby Mensah
- Deng Nyuar
This project is licensed under the GPL-v3 License - see the LICENSE file for details