FlyX-Official / FlyX-depreciated-

| -- Welcome to WeFly's Repository -- |

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeFly (name pending)

Check out our project task tracker: https://github.com/We-Fly/wefly/projects/1

Running the dev servers

  1. Clone the repo or sync your branch with master, if you already have it cloned and have a branch.
  2. The core front-end and back-end files are located in the core directory.
  3. Install nodejs
  4. Do the cli commands stated below.
  5. Go to localhost:8080.

Start Back-End Express server

cd into server/src directory and do nodemon app

If you're doing first time setup/get an error, do npm install -g nodemon and then npm install before doing nodemon app

Start Front-End Vue dev server

cd into client directory and do npm run dev

If you're doing first time setup/get an error, do npm install before doing npm run dev


Once you have done this you can go to localhost:8080 to see the site.

DISCLAIMER:

Searching across many days may cause an error from your web browser. This is because each added day to search across greatly increases the complexity of the algorithm, and the amount of API requests we must do. For sake of testing, please limit yourself to less than a week.

Play around with it!


Helpful tutorial Links

Vue:

Express:

Webpack:

NPM:

Git + Github

About

| -- Welcome to WeFly's Repository -- |


Languages

Language:Shell 97.2%Language:CSS 0.9%Language:JavaScript 0.8%Language:Vue 0.6%Language:Python 0.5%Language:HTML 0.0%