ShareCast, a social way to share podcasts between friends, stimulating conversation on topics you care about. Track podcasts, share episodes and (later) get notifications on when your friends have listened to podcasts you’ve shared so that you can have a deeper discussion and build intellectual bridges with your friends and family.
Changing lives, one podcast at a time.
- Fork and clone this repository
npm install
- Set up a .env file:
JWT_KEY=xxxxx
createdb sharecast_dev
- optional
createdb sharecast_test
knex migrate:latest
knex seed:run
- Review apiDoc documentation:http://sharecast-g52.surge.sh/