An ecommerce app that allows users to buy smart conected suitcases 🧳.
Clone this repository
# SSH
$ git clone git@github.com:Jonas56/scs-spring-react.git
# HHTPS
$ git clone https://github.com/Jonas56/scs-spring-react.git$ docker-compose up -dVisit the app at http://localhost:8080
$ cd frontend
$ npm install
$ npm run start$ cd backend
$ mvn clean package
$ mvn spring-boot:runVisit the app at http://localhost:3000
# integration tests
$ cd backend
$ mvn test
# e2e tests
$ cd frontend
$ npm testFor 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
