Add Table screenshot to Readme

This commit is contained in:
coolneng 2020-01-10 12:08:56 +01:00
parent aeb5c8b839
commit 2f0b39ef76
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 10 additions and 6 deletions

View File

@ -5,6 +5,10 @@ The IGDB is a database, that uses data from the [[https://dx.doi.org/10.5904/wgm
Our system allows you to visualize data with tables and plots, via our intuitive Our system allows you to visualize data with tables and plots, via our intuitive
Web UI. Web UI.
#+CAPTION: Table
[[./assets/screenshots/Table.png]]
** Technologies used ** Technologies used
- Flask - Flask
@ -22,19 +26,19 @@ Web UI.
1. Clone the repository: 1. Clone the repository:
#+BEGIN_SRC shell #+BEGIN_SRC sh
git clone https://coolneng.duckdns.org/gitea/coolneng/igdb git clone https://coolneng.duckdns.org/gitea/coolneng/igdb
#+END_SRC #+END_SRC
2. Change the working directory to the project: 2. Change the working directory to the project:
#+BEGIN_SRC shell #+BEGIN_SRC sh
cd igdb cd igdb
#+END_SRC #+END_SRC
3. Install the dependencies: 3. Install the dependencies:
#+BEGIN_SRC shell #+BEGIN_SRC sh
pipenv install pipenv install
#+END_SRC #+END_SRC
@ -45,13 +49,13 @@ All the dependencies will be installed inside a virtualenv.
1. Start a shell inside the virtualenv: 1. Start a shell inside the virtualenv:
#+BEGIN_SRC shell #+BEGIN_SRC sh
pipenv shell pipenv sh
#+END_SRC #+END_SRC
2. Start the Flask server: 2. Start the Flask server:
#+BEGIN_SRC shell #+BEGIN_SRC sh
flask run flask run
#+END_SRC #+END_SRC

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB