An open API service indexing awesome lists of open source software.

https://github.com/sarahjahan/pixelpath

full-stack React app helping users track their gaming sessions, rate games, and add personal notes or tags, featuring a customizable Game Library, a tool to discover new games, and mood-based recommendations.
https://github.com/sarahjahan/pixelpath

html-css-javascript react-router reactjs sass

Last synced: 2 months ago
JSON representation

full-stack React app helping users track their gaming sessions, rate games, and add personal notes or tags, featuring a customizable Game Library, a tool to discover new games, and mood-based recommendations.

Awesome Lists containing this project

README

          

# PixelPath

## Setup
1. Clone the client and server repository:
- `git clone https://github.com/sarahjahan/pixelpath.git`
- `git clone https://github.com/sarahjahan/pixelpath-api.git`

2. Change to project directory `cd `
3. Install dependencies: `npm install`
4. Setup environment variables in a `.env` file for both client and server following env sample provided:

- to access IGDB API, follow Getting Started and Authentication: https://api-docs.igdb.com/#getting-started
- fill out env variables based on authentication code from last step

5. Run migrations and seed data.

## Run
- Start the server: `npm start`
- Access the app at: `http://localhost:8080`

## Repository Links
- Frontend Repository: [Frontend Repo Link](https://github.com/sarahjahan/pixelpath)
- Backend Repository: [Backend Repo Link](https://github.com/sarahjahan/pixelpath-api)

## Usage
- Login or Registration not required at this time to explore the features.