Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 540 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 540 Bytes

Game-Time-Hype-Api

Welcome to the Game-Time-Hype-Api! This Node.js backend serves as the backend for managing and providing data for the Game Time Hype mobile application.

Installation

  1. Clone the repository to your local machine: git clone https://github.com/your-username/Game-Time-Hype-Api.git

  2. Navigate to the project directory: /Game-Time-Hype-API

  3. Install dependencies: npm i

Note

You have to install ffmpeg globally for usage of creating thumbnails. Install ffmpeg by running: npm install -g ffmpeg