Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 385 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 385 Bytes

ServiceStackFSharpSample

Web services using ServiceStack framework in F#

Steps to get the sample running.

  1. Set up the database using the script Bookshelf.sql in Database folder

  2. Seed the database using Data.sql

  3. Enable package restore on the solution to allow nuget to download the dependencies locally

  4. Restore nuget packages

  5. Build and Run