Skip to content

Backend for the Reminders project, written in Swift using Vapor web framework

Notifications You must be signed in to change notification settings

pajapro/Reminders-Backend

Repository files navigation

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.

About

Backend for the Reminders project, written in Swift using Vapor web framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages