iStock is an Application that helps stock owners to manage the products and other commodities that the stock contains
Developer : Jazzy Bruno
How to test this application before it is hosted
- Clone the repository
git clone https://github.com/iTrackIt/iTrack_Backend.git
Run the program to install maven
mvn install
Add your database in the application.properties
spring.datasource.url=jdbc:mysql://localhost:3306/{your_database_name}
spring.datasource.username={your_username}
spring.datasource.password={your_password}
Then after installation of packages and adding your data run the application and go to :
http://localhost:8000/swagger-ui.html
you can edit the port if you wish : go to applcation.properties and add the port configuration
server.port = {the_port_you_choose}