Skip to content

Latest commit

History

History
executable file
28 lines (17 loc) 路 689 Bytes

README.md

File metadata and controls

executable file
28 lines (17 loc) 路 689 Bytes

Backend Stack With Vapor and PostgreSQL

Vapor is web framework for Swift, in this project I used 馃悩 PostgreSQL for database.

If you need ORM (Object Relational Mapping) SQL or noSQL, Vapor has Fluent.

Running

on https://vapor-postgresql.herokuapp.com

Prequisite:

  • 馃惁 Swift 4.2.0 (minimum)
  • 馃挧 Vapor Version 3.0
  • 馃悩 PostgreSQL 13.0
  • 馃敤 XCode 10.0 (recomended)

Swift Package List

  • Vapor 3.0.0
  • Leaf 3.0.0
  • Fluent PostgreSQL 1.0.0

Let's Try My Project

If you have already installed the Vapor toolbox, you can create a new Vapor project from this repo using the following command:

vapor new YourProjectName --template=sanengineer/vapor-postgresql