This project is part of the "Zero to App Development" series on YouTube. The aim of the series is to develop an open-source podcast application using Spring Boot. This project aims to create a platform where users can listen to podcasts and save their favorites. The backend part is developed using Spring Boot.
- Java
- Spring Boot
- Spring Data JPA
- Spring Security
- PostgreSQL (as the database)
- Clone the project repository:
git clone https://github.com/codenteq/podcast-backend.git
-
Set up PostgreSQL database and add connection details to
application.properties
file. -
Navigate to the project directory and run the following command to start the application:
./mvnw spring-boot:run
- Access the application by going to
http://localhost:8080
in your browser.
- If you'd like to contribute to the project, feel free to open a pull request.
- For issues or suggestions, you can open an issue.
This project is licensed under the MIT License. See the LICENSE
file for more information.