Skip to content

Latest commit

 

History

History
79 lines (57 loc) · 2.23 KB

README.md

File metadata and controls

79 lines (57 loc) · 2.23 KB

Podcastr

🎧 A platform for running podcasts 🎧

GitHub top language Made by GitHub

👀 About

The podcast is an entertainment medium that has been growing a lot in recent times, mainly with the worsening of the pandemic of COVID-19. What would be better than a platform that brings together several technology podcasts for you? Podcastr does this, here you connect in an immersive environment of several podcasts with technology and programming issues and articles to help you listen to the podcast !!



🚀 Technologies

💻 Getting started

Requirements

Installing and running the project

Clone the project and access the folder

$ git clone https://github.com/hmartiins/podcastr 
$ cd podcastr

Follow the steps below

# Install the dependencies
$ yarn install

# Make a copy of '.env.example' to '.env'
# and set with YOUR environment variables.
$ cp .env.example .env

# Finally, run the api service in a development environment :)
$ yarn dev

# Well done, Podcastr is started!

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.


Copyright © 2021-present, hmartiins.