- Aijie Chen
- Ahmed Elsaeyed
- Muhammad Rehman
- Jefferson Wong
-
Run the following:
sudo apt-get updatesudo apt-get install -y postgresql-9.5 postgresql-server-dev-9.5
-
Create a User:
createuser -P -s -e db_username
-
Create a Database:
createdb -h localhost -U db_username gamehub_development
-
Clone the respository
-
In terminal type
npm installcd appnpm start
-
Open up a new terminal tab and go to the repository
cd servernpm start
-
Go to localhost:3000 to access the front-end app