Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathom/summer_project
https://github.com/jonathom/summer_project
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonathom/summer_project
- Owner: jonathom
- Created: 2019-07-21T18:28:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T16:01:10.000Z (over 4 years ago)
- Last Synced: 2024-10-30T07:02:47.590Z (2 months ago)
- Language: HTML
- Size: 1.9 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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`