https://github.com/codenteq/podcast-backend
It is an open-source podcast application developed using Spring Boot.
https://github.com/codenteq/podcast-backend
java jpa postgresql rest-api spring-boot
Last synced: 11 months ago
JSON representation
It is an open-source podcast application developed using Spring Boot.
- Host: GitHub
- URL: https://github.com/codenteq/podcast-backend
- Owner: codenteq
- License: mit
- Created: 2024-03-30T23:02:06.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T18:59:45.000Z (about 2 years ago)
- Last Synced: 2025-04-08T01:34:25.658Z (about 1 year ago)
- Topics: java, jpa, postgresql, rest-api, spring-boot
- Language: Java
- Homepage: https://codenteq.com/podcast
- Size: 93.8 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Podcast Application
[](https://github.com/codenteq/podcast-backend/blob/master/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:
```bash
git clone https://github.com/codenteq/podcast-backend.git
```
2. Set up PostgreSQL database and add connection details to `application.properties` file.
3. Navigate to the project directory and run the following command to start the application:
```bash
./mvnw spring-boot:run
```
5. 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
- [YouTube](https://www.youtube.com/watch?v=DZ7namv9j1Q&list=PLHYivO_x2UU30orvWYjPK4HdTfei1jkr4)