Skip to content

trybick/tv-minder

Repository files navigation

TV-Minder

Full-stack web application to keep track of your favorite shows

Netlify Status Validate front

Demo

Technologies

Front: Vite, React, Redux, TypeScript, Chakra UI

API: Node.js, Express, MongoDB Atlas, TypeScript

Local Development

Using the production API (quickest)

This will start the front-end and use the production API for API requests so you don't need to run the local API.

yarn
yarn start

Or run the API locally if preferred

# Start the local API
yarn serve:local
# Start the app
yarn start:local

ENV Files

  • All ENV files on the frontend are checked into git, except for the google OAuth token. If you need to use Google OAuth locally, then create a file front/.env.local which contains VITE_GOOGLE_OAUTH_CLIENT_ID.

Contributing 😎

See Contribution guidelines