The backend for the Caps iOS App to catalog and match bottle caps https://christophhagen.de/projects/software/caps/en.html
Go to file
2020-05-28 12:35:38 +02:00
CapCollectorServer.xcodeproj First try 2020-05-19 15:19:19 +02:00
Public 'created CapCollectorServer from template https://github.com/twostraws/vapor-clean' 2020-05-17 20:01:30 +02:00
Resources/Views 'created CapCollectorServer from template https://github.com/twostraws/vapor-clean' 2020-05-17 20:01:30 +02:00
Sources Correctly index caps 2020-05-28 12:35:38 +02:00
Tests 'created CapCollectorServer from template https://github.com/twostraws/vapor-clean' 2020-05-17 20:01:30 +02:00
.gitignore First try 2020-05-19 15:19:19 +02:00
circle.yml 'created CapCollectorServer from template https://github.com/twostraws/vapor-clean' 2020-05-17 20:01:30 +02:00
cloud.yml 'created CapCollectorServer from template https://github.com/twostraws/vapor-clean' 2020-05-17 20:01:30 +02:00
LICENSE 'created CapCollectorServer from template https://github.com/twostraws/vapor-clean' 2020-05-17 20:01:30 +02:00
Package.swift Remove SQLite 2020-05-25 10:05:16 +02:00
README.md 'created CapCollectorServer from template https://github.com/twostraws/vapor-clean' 2020-05-17 20:01:30 +02:00

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.

Its 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