Skip to content

It is an open-source podcast application developed using Spring Boot.

License

Notifications You must be signed in to change notification settings

codenteq/podcast-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Podcast Application

License

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.

Technologies Used

  • Java
  • Spring Boot
  • Spring Data JPA
  • Spring Security
  • PostgreSQL (as the database)

Getting Started

  1. Clone the project repository:
git clone https://github.com/codenteq/podcast-backend.git
  1. Set up PostgreSQL database and add connection details to application.properties file.

  2. Navigate to the project directory and run the following command to start the application:

./mvnw spring-boot:run
  1. Access the application by going to http://localhost:8080 in your browser.

Contributing

  • 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.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Useful Links