Giter Club home page Giter Club logo

reminders-backend's Introduction

Language Swift 4.2.1 Vapor 3.1.1

๐Ÿ”” Reminders-Backend

The goal of this personal learning project is to develop simplified Reminders app on web. The application is written in Swift 4.2.1 and is based on Vapor Swift web framework.

Use Reminders for projects, groceries, and anything else that you want to keep track of. You can set when and where you want to be reminded.

source

๐Ÿ“ฅ Installation

To run Reminders-Backend locally, you need to:

  1. Install Swift 4.2.1 on your mac OS - I strongly encourage you to use swiftenv for Swift version management
  2. Install Docker
  3. Download PostgreSQL image in Docker

After that, execute the following commands:

  1. Execute $ docker start postgres to spin off PostgreSQL Docker image
  2. Run $ vapor xcode -y to create Xcode project and open it
  3. Hit Commnad + R in Xcode to start the server

๐Ÿ›  Xcode project

This repo does not include an Xcode project. If you want to generate one locally, use vapor xcode -y command to generate a new Xcode project for a project.

๐ŸŒ See it live

The application is deployed on https://shielded-atoll-10365.herokuapp.com/. Use API.paw file to interact with the REST API.

reminders-backend's People

Contributors

pajapro avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

reminders-backend's Issues

Add support for protobuf

A recent talk (Type-safe Web APIs with Protocol Buffers in Swift by Yusuke Kita) has inspired me to add a support for application/protobuf content-type for network responses. Doing so, would send the data binary encoded, which increases the performance (+). Also, the same models (.proto) could be used (generated) for client-side code (+).

On the other hand, Swift's new Codable protocol can ensure type-safety as well (one of the selling points of protobufs) -.

See Protocol buffers and Swift Protobuf

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.