A react web-app for tracking notes and ratings of podcasts and individual podcast episodes.
Open your terminal and then type
git clone https://github.com/jessndots/podjot
This clones the repo.
Cd into the new folder and type
npm install
This installs the required dependencies.
Cd into backend folder
cd backend
Start a psql server and open psql in the terminal
sudo service postgresql start;
psql
In psql, run the 'podjot.sql' file to create the database (if needed). Exit psql.
\i podjot.sql
Use nodemon to start the backend server
nodemon server.js
In a new terminal window, from the root folder, run the React project
npm start
- Quickly rate or take notes from any podcast or episode page
- Featured podcasts on home page
- Listen right from the app
Test user
-
A way to view all saved podcasts and notes
-
More detailed search
-
Pagination of search results
-
Recommendations of podcasts and episodes
-
More testing
-
Playlist feature
-
Queue feature