Skip to content

Create ReSTAPI With πŸ’§ Vapor (Swift Web Framework) and 🐘 PosgreSQL. Deploy at πŸ‘‡πŸΌ

License

Notifications You must be signed in to change notification settings

sanengineer/vapor-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages