card exchange
1.0.0
An e-commerce platform developed as a project for the Ingegneria del Software (Software Engineering) course, part of the Computer Science Bachelor's Degree program at the University of Salerno
| Name | GitHub profile |
|---|---|
| Aviello Raffaele | raffaeleav |
| Di Domenico Francesco | FrancescoDD00 |
| Menzione Michele | Michibit |
| Sautariello Salvatore | SSalvatore001 |
Card EXchange was developed with the goal of appraoching software development as a team, with the aid of corporate collaboration tools such as Slack and Trello. The project covered all phases of waterfall development method, from requirements gathering to testing. The web application offers to users the ability to explore a wide range of collectible trading cards, purchase them, leave reviews, trade cards with other users, and participate in discussions on a forum.
git clone https://github.com/raffaeleav/card-exchange.gitcd card-exchangesudo mysql -u root -p < ./src/main/webapp/database/database.sqlsudo mysql -u root -p < ./src/main/webapp/database/popola-db.sql
sudo mysql -u root -p < ./src/main/webapp/database/popola-db-card.sqlmvn installsudo cp target/ProgettoIS-1.0-SNAPSHOT.war /opt/tomcat/apache-tomcat-10.1.30/webappssudo systemctl start tomcatxdg-open 'http://localhost/popshop-retry-1.0-SNAPSHOT'