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 Stack • Database ERD • Getting Started • Authors
Live Demo: https://gamelistapp.netlify.app/home
Prerequisites:
- Clone the repository
git clone https://github.com/Yzma/game-list-backend-v1.git
- Move to the correct directory
cd game-list-backend-v1
- Install dependencies
gem install
- Fill out all variables in .env file.
PORT=3000
DATABASE_USERNAME=
DATABASE_PASSWORD=
DATABASE_DEVELOPMENT_DATABASE=
DATABASE_TEST_DATABASE=
SECRET_KEY_BASE=
- Seed the database
rails db:seed
- Run the application
rails start