This project is a REST that will be hosted in EC2 (AWS)
- Clone the repository or download the zip file .
- Move to the folder
- If you want to check the code open it in your IDE, if only wants to test it go to the folder
release - Locate the file
REST-AWS-VL.jar - Open a terminal an type
java -jar REST-AWS-VL.jarto run it - Once it is compiled, open your browser and go to
localhost:8080 - You can test it with postman or with the testing file located in the folder
Testing-Scritpt - To test it, you must have installed Maven
- Move to the folder
sicei-autotest-master - Open a terminal and type
mvc clean testto run the script and insert data. - Click each one of the link (/students or /professor) in the page that you opened in your browser before
- Check the windows with data
- Also check the HTML file generated in
target/site/surefire-report.htmlto see the results.
Version 2.0 already release