Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.31 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.31 KB

teebo

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.

Final Product

User's profile page with user summary

User's profile page.

Posts marked as spoiler are blurred

Blurred user post and comments.

Users can edit their profile to make it more personalized

Edit profile page.

Getting Started

  1. 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
  1. Install dependencies: npm i
  2. Reset database from express-api directory: npm run db:reset
  3. Run the server from express-api directory: npm run local
  4. Run client development server from frontend-react directory: npm start
  5. Visit: http://localhost:3000/