Skip to content

changLiCoding/game_list_v1

 
 

Repository files navigation

Game List V1 (Ruby on Rails Backend)

Game List is a social game-tracking app that allows users to easily search, filter, and track their video game collections, enabling them to share their gaming status and interact with others through comments, likes, and following. The V1 frontend made in React.js can be accessed here.


Tech StackScreenshotsGetting StartedAuthors


Tech Stack & Features

Database ERD

alt text

Getting Started

Prerequisites:

  1. Clone the repository
git clone https://github.com/Yzma/game_list.git
  1. Move to the correct directory
cd game_list
  1. Install dependencies
gem install
  1. Fill out all variables in .env file.
PORT=3000
DATABASE_USERNAME=
DATABASE_PASSWORD=
DATABASE_DEVELOPMENT_DATABASE=
DATABASE_TEST_DATABASE=
SECRET_KEY_BASE=
  1. Seed the database (TODO)
rails db:seed
  1. Run the application
rails start

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.9%
  • Other 0.1%