An open API service indexing awesome lists of open source software.

https://github.com/tkellogg/objectflow-example

An example project for using objectflow
https://github.com/tkellogg/objectflow-example

Last synced: 3 months ago
JSON representation

An example project for using objectflow

Awesome Lists containing this project

README

          

An example project for how to use [ObjectFlow](https://github.com/tkellogg/objectflow)

Setting up database
==========================

1. Create a database called `objectflow` (this is negotiable)
2. Open Visual Studio command prompt and run `aspnet_regsql` to setup membership provider service database objects
3. Run the website!