maxvij / TopoCity

Learning the topography of the Netherlands using the SlimStampen model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the TopoCity repository!

Thanks for testing our application! This is how you can launch the application on your local computer:

Installation

To be able to run the application, you need:


Clone the repository

Clone this repository using the following command in a Git bash
git clone https://github.com/maxvij/TopoCity.git
or download the source code from the latest release

Run the API

  1. From the current folder (in which you cloned the project), go to
    cd /api
  2. Install the requirements:
    pip3 install -r requirements.txt or pip install -r requirements.txt
  3. Run
    flask run

Run React

  1. Open a new terminal window. Go to the /client folder
    cd /client
  2. Run
    npm install
  3. Run
    npm start

Have fun

React should automatically open up a new browser tab, otherwise go to http://localhost:3000/ in the browser.
There is no need to send us the results, as long as you are connected to the internet, your data will be in safe hands (ours).
If something doesn't work, feel free to reach out to n.martin.1@student.rug.nl.
Thanks for contributing to our research 🙏

About

Learning the topography of the Netherlands using the SlimStampen model

License:GNU General Public License v3.0


Languages

Language:JavaScript 60.1%Language:Python 32.8%Language:SCSS 3.4%Language:Sass 1.7%Language:HTML 1.7%Language:CSS 0.4%Language:Shell 0.0%