Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanengineer/vapor-sqlite

Create ReSTAPI With 💧 Vapor (Swift Web Framework) and 🌱 SQLite. Deploy at 👇🏼
https://github.com/sanengineer/vapor-sqlite

backend fluent sqlite sqlite-database swift swift-4 swift-framework vapor vapor-3 vapor-sqlite vapor-swift

Last synced: about 1 month ago
JSON representation

Create ReSTAPI With 💧 Vapor (Swift Web Framework) and 🌱 SQLite. Deploy at 👇🏼

Awesome Lists containing this project

README

        

# Backend Stack With Vapor and SQLite

![vapor-sqlite-simple-api](https://res.cloudinary.com/dsv9w1ey3/image/upload/v1601139351/github-images/vapor-sqlite-simple-api-ui_euejra.png)

Vapor is web framework for Swift, in this project I used SQLite for database.

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

I has deployed on [vapor-sqlite](https://vapor-sqlite.herokuapp.com)

Prequired:

Vapor Version 3.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-sqlite