Skip to content

TodoApp example application built on top of Swifton web framework.

License

Notifications You must be signed in to change notification settings

mathcarignani/Swifton-TodoApp

 
 

Repository files navigation

Swifton TodoApp Example App.

Getting Started

  • Install exact Development snapshot version from Swift.org or via swiftenv.
  • Checkout TodoApp example project.
  • Run swift build inside app.
  • Run ./.build/debug/Swifton-TodoApp.
  • Open http://0.0.0.0:8000/todos in your browser.

Updating

You may get this error after updating TodoApp:

error: The dependency graph could not be satisfied because an update to...

Simply run:

swift build --clean dist
swift build

Try it out now!

Just try it out by deploying to Swifton.me (not affiliated with Swifton).

Deploy to Swifton.me

About

TodoApp example application built on top of Swifton web framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%