Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josepholiveira/podcastr
A platform built for podcast broadcasting. Developed during @rocketseat NLW#05 free training.
https://github.com/josepholiveira/podcastr
nlw nlw-5 podcastr reactjs rocketseat
Last synced: 6 days ago
JSON representation
A platform built for podcast broadcasting. Developed during @rocketseat NLW#05 free training.
- Host: GitHub
- URL: https://github.com/josepholiveira/podcastr
- Owner: josepholiveira
- License: mit
- Created: 2021-04-18T22:15:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T10:36:25.000Z (over 3 years ago)
- Last Synced: 2025-01-13T11:09:02.423Z (14 days ago)
- Topics: nlw, nlw-5, podcastr, reactjs, rocketseat
- Language: TypeScript
- Homepage: https://podcastr-joseph.vercel.app
- Size: 463 KB
- Stars: 480
- Watchers: 18
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Podcastr
[![Author](https://img.shields.io/badge/author-josepholiveira-8257E5?style=flat-square)](https://github.com/josepholiveira)
[![Languages](https://img.shields.io/github/languages/count/josepholiveira/podcastr?color=%238257E5&style=flat-square)](#)
[![Stars](https://img.shields.io/github/stars/josepholiveira/podcastr?color=8257E5&style=flat-square)](https://github.com/josepholiveira/podcastr/stargazers)
Podcastr is a platform built for podcast broadcasting.![Podcastr preview](.github/app-preview.png)
## Tecnologies
This project was developed using cutting edge front-end technologies.
- [ReactJS](https://reactjs.org/)
- [Typescript](https://www.typescriptlang.org/)
- [Next.js](https://nextjs.org/)## 💻 Getting started
### Requirements
- You need to install both [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) to run this project.
**Clone the project and access the folder**
```bash
$ git clone https://github.com/josepholiveira/podcastr.git && cd podcastr
```**Follow the steps below**
```bash
# Install the dependencies
$ yarn# Run the backend fake server
$ yarn server# Run the web server
$ yarn dev
```The app will be available for access on your browser at `http://localhost:3000`
## 📝 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
Made with 💜 by Joseph Oliveira 👋 [Check out my LinkedIn](https://www.linkedin.com/in/joseph-oliveira-294a19165)