Advertisement
Guest User

yourexpenses readme

a guest
Apr 26th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Project name: YourExpenses
  2.  
  3. Authors:
  4. - Hanna Graś
  5. - Artur Laskowski
  6. - Tomasz Sosnowski
  7. - Rafał Mossakowski
  8.  
  9. Project Overview:
  10. Your expenses is a web app that helps users to monitor daily, weekly and monthly expenses.
  11.  
  12. Setup:
  13. Firstly make sure you have Java and maven installed on your local machine.
  14. Then, in the project directory run commands:
  15. `mvn compile`
  16. `mvn clean install tomcat7:run`
  17.  
  18. Tests:
  19. To run test, use the following command in project directory:
  20. `mvn test`
  21.  
  22. Documentation:
  23. To egnerate documentation, run the following command in project directory:
  24. `mvn site`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement