Skip to content

matheusazambuja/podcastr

Repository files navigation

GitHub language count GitHub last commit License Stargazers

Podcastr logo

Podcastr is a platform built for podcast broadcasting

Podcastr preview

Technologies

The following tools were used to build this project:

💻 Getting started

Requirements

  • Before we get started, you need to check if you have on your PC the following tools:
  • You need to install both Node.js and (Yarn or npm) to run this project.
  • Beside that we recommend you have a good editor to work with the VSCode

Clone the project and access the folder

$ git clone https://github.com/matheusazambuja/podcastr.git && cd podcastr

Starting

Follow the steps below

To start the application, use the following command:

# - If you have installed Yarn
# Install the dependencies
$ yarn
# Run the backend fake server
$ yarn server
# Run the web server
$ yarn dev
# - If you have installed npm
# Install the dependencies
$ npm install
# Run the backend fake server
$ npm run server
# Run the web server
$ npm run dev

The app will be available for access on your browser at http://localhost:3000


Support

Reach out to me at one of the following places!


📝 License

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


Made with 💜 by Matheus Azambuja 👋 Check out my LinkedIn

About

🎧 Podcastr is a platform built for podcast broadcasting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages