Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solarrabbit99/codeitsuisse-2021
Team Krankenwagen's solutions to CodeIt Suisse Challenge 2021.
https://github.com/solarrabbit99/codeitsuisse-2021
Last synced: about 1 month ago
JSON representation
Team Krankenwagen's solutions to CodeIt Suisse Challenge 2021.
- Host: GitHub
- URL: https://github.com/solarrabbit99/codeitsuisse-2021
- Owner: solarrabbit99
- License: mit
- Created: 2021-09-23T15:10:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T06:29:40.000Z (over 3 years ago)
- Last Synced: 2024-11-08T17:55:06.325Z (3 months ago)
- Language: Java
- Homepage: https://codeitsuisse-2021.herokuapp.com/
- Size: 1.38 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeIt Suisse Challenge 2021 (Krankenwagen)
This repository contains our solution for the Credit Suisse Online Coding Challenge 2021. Our team
consists of Lee Zheng Han and Siew Hui Zhuan.## Running Locally
Make sure you have Java and Maven installed. Also, install the [Heroku CLI](https://cli.heroku.com/).
```sh
$ git clone https://github.com/zhenghanlee/CodeItSuisse-2021.git
$ cd CodeItSuisse-2021
$ mvn install
$ heroku local:start
```Your app should now be running on [localhost:5000](http://localhost:5000/).
## Deploying to Heroku
```sh
$ heroku create
$ git push heroku main
$ heroku open
```