Skip to content

sclark01/Swift_MVP_Demo

Repository files navigation

Demo MVP Application


This is a sample app demoing the MVP design pattern in Swift

Starting the helper server

Vapor Server (Recommended):

  1. Install Vapor: curl -sL toolbox.vapor.sh | bash
  2. cd vaporServer Once in the directory with Package.swift, run vapor build
  3. Once the build has completed, run vapor run serve

Node Server:

  1. cd nodeServer
  2. npm install
  3. npm start

About

A demo app for MVP design pattern in Swift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published