Skip to content

Latest commit

Β 

History

History
47 lines (34 loc) Β· 1.46 KB

File metadata and controls

47 lines (34 loc) Β· 1.46 KB

Wippy logo

Wippy Examples

License Documentation

A collection of example projects showcasing different capabilities of Wippy Runtime.

πŸ“š Examples

Full-stack task management application demonstrating:

  • RESTful API with CRUD operations
  • SQLite database integration
  • Database migrations
  • Static frontend serving (Bootstrap 5 + HTMX)
  • HTTP routing with CORS

Run: cd todo-list && wippy run β†’ http://localhost:8080

πŸš€ Quick Start

Each example is self-contained in its own directory. To run any example:

cd <example-name>
wippy run

See individual README files for specific instructions and requirements.

πŸ“– Learn More