Merge branch 'Update/readme' into 'master'
UPDATE:: screenshots and 'getting started' See merge request cse1105/2018-2019/oopp-group-43/template!93
This commit is contained in:
19
README.md
19
README.md
@@ -1,26 +1,17 @@
|
||||
# Greenify
|
||||
The easiest way to save CO2 and help the environment! Enter your activities and find out your carbon footprint.
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Badges
|
||||
[](https://gitlab.ewi.tudelft.nl/cse1105/2018-2019/oopp-group-43/template)
|
||||
|
||||
## Getting started
|
||||
You can run greenify with gradle. To start the server, run:
|
||||
To start Greenify:
|
||||
|
||||
```
|
||||
cd <FILE-LOCATION>/greenify/src/server
|
||||
gradle build
|
||||
gradle bootrun
|
||||
```
|
||||
|
||||
With the following you can start the application
|
||||
|
||||
```
|
||||
cd <FILE-LOCATION>/greenify/src/client
|
||||
gradle build
|
||||
gradle bootrun
|
||||
cd <FILE-LOCATION>/greenify/src/Client/build/libs
|
||||
java -Dserver.address="https://greenify43.herokuapp.com" -jar greenify-1.0.0.jar
|
||||
```
|
||||
|
||||
## Running the tests
|
||||
|
||||
Reference in New Issue
Block a user