Final project for ICS 314 using the meteor framework. throughout this semester we have learning all about the wonders of web dev. now is the time for us to make a project using the things we have learned using:
- Basic HTML
- CSS
- Semantic framework
- javascript
- Meteor framework
we aim to create a gamer social platform for University of Hawaii students. It will require UH ID to login in to ensure the UH community user base. After login in, users can create their unique profile with their gaming interests and information. All user profiles are public within the community, and users can search for others with similar interests. We will collaborate with local gaming organizations and clubs for news and events that will be posted. We wish to bring gamers together and build connections.
How to install noder.js and meteor.js on to your local computer:
open command prompt and cd into the /app directory to start the app you will need to first run
meteor npm install
then afterwards you will need to run the command
meteor npm run start
for more information about our page, the link is provided here
How to install WarriorGamers:
First, install Meteor.
Second, download a copy of Warrior Gamers, or clone it using git.
Third, cd into the app/ directory and install libraries with:
$ meteor npm install
Fourth, run the system with:
$ meteor npm run start
If all goes well, the application will appear at http://localhost:3000. If you have an account on the UH test CAS server, you can login and test the application.