Skip to content
Alessandro Gerevini edited this page Nov 12, 2018 · 1 revision

Welcome to the ShoppingLesto wiki!

This is the repository of a project work used in the course "Introduzione alla programmazione web" of the University of Trento. link.


How to use it

If you want to use this you can either download source code and run it or use it from the official website

Use it

  1. Go to http://shoppinglesto.alessandrogerevini.com/
  2. Login/Register and start sharing your lists
  3. Use the anonymous user function so that you can create a list without registering

Download and deploy it yourself

  1. Download the git repository with git clone https://github.com/ImGere/programmazioneweb18.git
  2. Move into the project folder cd Progetto/ShoppingLesto
  3. Build it with Maven, mvn package
  4. Run tomcat
  5. Deploy it from tomcat manager or manually with mvn tomcat:deploy

If you have any doubt check this link first.

Clone this wiki locally