https://github.com/andreaslydemann/covid19counterclient
A vapor application to display covid-19 infected in various countries.
https://github.com/andreaslydemann/covid19counterclient
leaf vapor
Last synced: 12 months ago
JSON representation
A vapor application to display covid-19 infected in various countries.
- Host: GitHub
- URL: https://github.com/andreaslydemann/covid19counterclient
- Owner: andreaslydemann
- License: mit
- Created: 2020-06-07T20:35:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T18:14:28.000Z (about 6 years ago)
- Last Synced: 2025-03-17T05:32:02.684Z (over 1 year ago)
- Topics: leaf, vapor
- Language: Swift
- Homepage:
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vapor Clean
This is a template for Vapor 3 users that does the absolute minimum to set up a working Vapor 3 environment.
Unlike the official templates that are currently available, this template does not include vast swathes of extra example code that you will always need to delete. Instead, it adds just a single “hello” route so you can be sure everything is working correctly.
Although this repository contains a LICENSE file, this is meant for you to replace with whatever license you intend to use – please consider what little code is in this repository as public domain, and yours to do with as you please.
It’s my hope that the official Vapor project will add a template similar to this one at some point in the future, but until then please use this however you want.
## Try it out
If you have already installed the Vapor toolbox, you can create a new Vapor project from this repo using the following command:
vapor new MyProject --template=twostraws/vapor-clean