Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonathom/summer_project


https://github.com/jonathom/summer_project

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Summer project Geosoftware 1
This is our solution for the final project in geosoftware 1, in summer semester 2019.
It is based on a forked solution of Aufgabe 7.
## Weblinks
The code of this project can be found on github: [https://github.com/jonathom/summer_project](https://github.com/jonathom/summer_project)
## Openweathermap api key
Please got to [https://home.openweathermap.org/users/sign_up](https://home.openweathermap.org/users/sign_up) to get your openweathermap API key

It needs to be inserted into the token.js file that can be found here: /public/javascripts.
## Movebank account
you will be asked to enter movebank credentials, so a movebank.org account is necessary.
## How to set things up
To start the application via npm navigate to the app´s folder, open your commandprompt and enter

`npm install`
`npm start`

The application can be found with your browser at http://localhost:3000

To start the application via docker navigate to the app´s folder, open your commandprompt and enter
`docker-compose up`
The application can be found with your browser at http://192.168.99.100:3000/
## Tests
Can be run by typing `npm test`