As the project is progressed, you'd see the structure below evident. url-shortner-java-springboot-postgres ├── src │ ├── main │ │ ├── java │ │ │ └── com │ │ │ └── prashanth │ │ │ └── urlshortner ...
Java: Programming language used for the backend development. Spring Boot: Framework for creating Java applications with ease. MongoDB: NoSQL database for storing the shortened links and their ...