https://github.com/catcherwong/catcher.finance
.NET Cross-Platforms Demo
https://github.com/catcherwong/catcher.finance
Last synced: about 2 months ago
JSON representation
.NET Cross-Platforms Demo
- Host: GitHub
- URL: https://github.com/catcherwong/catcher.finance
- Owner: catcherwong
- Created: 2016-06-10T10:58:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T08:15:22.000Z (over 7 years ago)
- Last Synced: 2025-01-26T00:17:18.038Z (4 months ago)
- Language: C#
- Homepage:
- Size: 86.5 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Catcher.Finance
The code for my blog -- http://www.cnblogs.com/catcher1994/p/5458001.html
In this project,the technologies include Xamarin,uwp,NancyFx,mongodb,asp.net mvc and so on.What this project includes are as follow:
1.Manage website :
NancyFx hosting with aspnet2.The data service :
Contains two ways,
the first is NancyFx hosting with owin ,
the second is ASP.NET MVC3.The Apps :
Android : using Xamarin.Android
UWP : not complete
IOS : not completeAll the tests about this project are in my own computer.
Publish the data service(NancyFx hosting with owin) to the centos 7, combine with tinyfox.
Publish the manage webstie(NancyFx hosting with aspnet) to the centos 7,combine with jexus.
You can find the tinyfox web server and jexus web server on http://linuxdot.net/
There are some pictures about the project!
The splash page:

The login page:

Starting the tinyfox server for the app:
Starting the jexus server for the manage website:
