Skip to content

React version of project - Primary Repository

Notifications You must be signed in to change notification settings

mamenjivar/Media-Tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Media Tracker

An application that helps keep track of the shows and movies you watch, while also making it social! Participate in a forum for each title and contribute to its rating. Your input helps others discover your favorite shows and movies by giving them the confidence to start watching.

- The PentaTech Team

Installation Instructions

  1. Clone repo onto your local machine
  2. Open project in your editor of choice (VS Code recommended)
  3. Install Node.js (via Homebrew or installer)
  4. Open terminal in your project folder
  5. Run the following commands to install missing dependencies
npm install -g
  1. Open another terminal in your project folder (root project folder)
  2. On one terminal run: [runs frontend]
cd client
npm run start
  1. On the other terminal run (in root folder) [runs server]:
node run start

(may substitute nodemon for node if you prefer and have it installed) 9. Go to http://localhost:3000 in your browser to view project

About

React version of project - Primary Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.9%
  • CSS 1.2%
  • HTML 0.9%