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
- Host: GitHub
- URL: https://github.com/tkellogg/objectflow-example
- Owner: tkellogg
- Created: 2011-05-07T00:40:26.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-14T01:21:34.000Z (almost 15 years ago)
- Last Synced: 2025-04-12T15:56:56.249Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 12.4 MB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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!