Skip to content

Yzma/game-list-backend-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 StackDatabase ERDGetting StartedAuthors


Tech Stack

Database ERD

Database ERD

Getting Started

Prerequisites:

  1. Clone the repository
git clone https://github.com/Yzma/game-list-backend-v1.git
  1. Move to the correct directory
cd game-list-backend-v1
  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
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%