Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 827 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 827 Bytes

Disce

Disce is a project that aims to consolidate information this will include Wikipedia results, Wordnik results and Google Images.

How to run Disce

Requirements for Disce

  1. Flask is required both for the front and backend
  2. Flask-restful is needed to serve the information
  3. Flat UI Kit is placed in static under the 'flatstrap'
  4. Server.py required you to have the Wordnik API
  5. Server.py required you to have the Wiki Api

How to run Disce

  1. First you need to run the server this is in the API/server and located at server.py
  2. Then run run.py in the base directory.