World map for flood risk and precipitation event prediction
- JavaScript runtime: NodeJS
- Web Server Framework: ExpressJS
- Database: sqlite
- Web build tool: ParcelJS
- Install nodeJS https://nodejs.org/
- Install yarn package manager via npm (bundled with nodeJS)
npm install --global yarn
- Clone Augur Repository
cd myDir
git clone `https://github.com/jahugg/augur.world.git`
- cd into directory and install dependencies
cd myDir
yarn install
- create
.env
file inmyDir/client
directory with desired SERVER URL variable
example:
SERVER=http://localhost:3000
- create
.env
file inmyDir/server
directory with corresponding PORT variable
example:
PORT=3000
- Start Client
cd myDir/client
yarn start
- Start Server
cd myDir/server
yarn nodemon server.js
Open your Web browser and go to http://localhost:1234/