An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Podcast Application
[![License](https://img.shields.io/github/license/codenteq/podcast-backend)](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)