An ecommerce app that allows users to buy smart conected suitcases 🧳.
Clone this repository
# SSH
$ git clone [email protected]:Jonas56/scs-spring-react.git
# HHTPS
$ git clone https://github.com/Jonas56/scs-spring-react.git
$ docker-compose up -d
Visit the app at http://localhost:8080
$ cd frontend
$ npm install
$ npm run start
$ cd backend
$ mvn clean package
$ mvn spring-boot:run
Visit the app at http://localhost:3000
# integration tests
$ cd backend
$ mvn test
# e2e tests
$ cd frontend
$ npm test
For submitting patches and additions. Follow the "fork-and-pull" Git workflow.
- Fork the repo
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes