dannys42 / SampleFeedServer

A sample article/comment/discussion feed server written in Swift, demonstrating the Vapor framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple Feed example

Swift

A simple API server that allows users to create walls and posts on those walls. No web front-end is provided, however SampleFeediOS provides an iOS front-end.

Features

  • Create users
  • Users may have multple Walls
  • Each Wall may contain posts
  • Posts contain:
  • a single body of text

TODO

  • Allow images and/or videos in posts (TODO)

License

This project is released under the MIT license. See LICENSE for details.

About

A sample article/comment/discussion feed server written in Swift, demonstrating the Vapor framework

License:MIT License


Languages

Language:Swift 96.2%Language:Dockerfile 3.8%