Skip to content

A simple Winery Website showing features of F# with Asp.Net Core and Giraffe

License

Notifications You must be signed in to change notification settings

ebi-igweze/Winery

Repository files navigation

Winery

A Giraffe web application, which has been created via the dotnet new giraffe command.

Build and test the application

Windows

Run the build.bat script in order to restore, build and test (if you've selected to include tests) the application:

> ./build.bat

Linux/macOS

Run the build.sh script in order to restore, build and test (if you've selected to include tests) the application:

$ ./build.sh

Run the application

After a successful build you can start the web application by executing the following command in your terminal:

dotnet run src/Winery

After the application has started visit http://localhost:5000 in your preferred browser.

About

A simple Winery Website showing features of F# with Asp.Net Core and Giraffe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published