/video-game-list

Full stack application for storing video games owned and/or wanted

Primary LanguageJavaScript

Video Game List

A full stack application using all CRUD features to store all of the video games that you own/want

Technologies Used

  • React.js
  • Webpack
  • Node.js / Express
  • PostgreSQL
  • Bootstrap 4
  • HTML5
  • CSS 3
  • AWS EC2

Live Demo

The application be found at https://video-game-list.acanlas.dev

Features

  • User can add a new video game to the table
  • User can view all video games in the table
  • User can delete a video game from the table
  • User can edit an entry in the table

Preview

vgt demo

Development

System Requirements

  • NPM 6 or higher
  • Node.js 10 or higher

Getting Started

  1. Clone the repository
git clone https://github.com/a-canlas/video-game-list.git
  1. Install all npm dependencies
npm install
  1. Import the example database
npm run db:import
  1. Start the database
sudo service postgresql start
  1. Start the project
npm run dev
  1. Go to localhost:3000 in your web browser