Link: https://gamehuntappc.herokuapp.com/
- this app is inspired by Product Hunt.
JavaScript Express React Redux CSS Sequelize PostgreSQL
- search page
- upvotes
- link to the website of the content
- more content on the profile page such as video
- Install necessary packages for node.js
- npm install
- Create the database
- Install postgres
- Create a database called phuntc_app
- Set password as 'password' or any password. Note: make sure it is the same password as 5. the one in the .env file variables
- Create a new env file. Use .env.example as a reference.
- Run migrations: npx dotenv sequelize db:migrate
- Run seed data for testing: npx dotenv sequelize db:seed:all
- 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
