tebandesade / UniandesAsk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UniandesAsk

The purposo of this prpject was to create a web application for submitting questions and answers related to Universidad de los Andes. Each user can publish his questions and wait for the anwers of the community.

Getting Started

To get a copy of these repository install git bash, open it from the command line and use $ git clone: https://github.com/Andres710/UniandesAsk.git

Then, open the root directory and run

$ npm install

Prerequisites

npm, mongo and meteor. You can go to nodeJs' web site and dowload the installer: https://nodejs.org/es/ Be sure to select the install npm option and the addToPATH option during the installation process.

Secondly, install mongoDB in your local environment. Follow the instructions on the link below to get it:

https://docs.mongodb.com/manual/administration/install-community/

Checklist

NodeJS
MongoDB
meteor

Installing

Go to the root directory and run the npm install command.

$ npm install

Running

Go to the root directory and run the meteor command.

$ meteor

Built With

  • React - The javascript library used to develop the front-end.
  • NPM - Dependency Management
  • Meteor - The web framework used.
  • MongoDB - The databased used.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

License:MIT License


Languages

Language:JavaScript 66.3%Language:CSS 32.4%Language:HTML 1.2%