By Devi Raju, Muhammad Usama, Kasey Valdez
A community where users can discuss any TV show they like. This app caters to passionate fans who want to engage with other fans and discuss their desired TV shows.
User's profile page with user summary
Posts marked as spoiler are blurred
Users can edit their profile to make it more personalized
- Create the .env by using .env.example as a reference and update the .env file with your correct local information
- username: labber
- password: labber
- database: finals
- secret cookie: finals
- Install dependencies:
npm i
- Reset database from express-api directory:
npm run db:reset
- Run the server from express-api directory:
npm run local
- Run client development server from frontend-react directory:
npm start
- Visit:
http://localhost:3000/