amazon-scrapi/README.md

29 lines
894 B
Markdown
Raw Permalink Normal View History

2024-11-20 20:13:27 -06:00
# amazon-scrapi
2024-11-21 05:56:21 -06:00
An API interface with Amazon, that uses webscraping
# Development Resources
- [Intro to servlets](https://dev.to/dilanka-rathnasiri/introduction-to-java-servlets-32oc)
2024-11-21 05:56:21 -06:00
# Development Environment Setup
## VSCode / VSCodium
Install the following softwares
- Required for development
- Maven
- Java JDK
- Git
- Highly recommended for debugging or deployment
2024-11-21 15:16:23 -06:00
- [Apache Tomcat](https://tomcat.apache.org)
2024-11-21 05:56:21 -06:00
- Docker
VSCode Extensions
2024-11-21 15:16:23 -06:00
- Extension Pack for Java
### Tomcat
Download binaries for Tomcat.
You can get a VSCode extension to deploying project to Tomcat for debugging.
Following these guides.
- Extension Setup [(Video](https://www.youtube.com/watch?v=R9mugpHWr14) - [Article)](https://www.brandondonnelson.com/2020/06/debugging-java-web-app-in-visual-studio.html).
- Helped understand config [(video)](https://www.youtube.com/watch?v=RiPot1ne8rI)