Skip to content

kvh8899/gameHunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game hunt is a website where you can share your game development projects!

Link: https://gamehuntappc.herokuapp.com/

  • this app is inspired by Product Hunt.

Home Page

Technologies

JavaScript Express React Redux CSS Sequelize PostgreSQL

Upcoming features

  • search page
  • upvotes
  • link to the website of the content
  • more content on the profile page such as video

Installation

  • Install necessary packages for node.js
    • npm install
  1. Create the database
  2. Install postgres
  3. Create a database called phuntc_app
  4. Set password as 'password' or any password. Note: make sure it is the same password as 5. the one in the .env file variables
  5. Create a new env file. Use .env.example as a reference.
  6. Run migrations: npx dotenv sequelize db:migrate
  7. Run seed data for testing: npx dotenv sequelize db:seed:all
  8. Start the server: npm start

Database Schema: https://github.com/kvh8899/gameHunt/wiki/Database-Schema

Feature List: https://github.com/kvh8899/gameHunt/wiki/Feature-List

Created by: Kyle Huang

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published