{"id":18355909,"url":"https://github.com/anduin2017/travelic","last_synced_at":"2026-03-03T09:32:47.159Z","repository":{"id":65980299,"uuid":"85602926","full_name":"Anduin2017/TravelIC","owner":"Anduin2017","description":"TravelIC is a simple WeChat application which allows your WeChat followers sell and buy their own things. TravelIC is based on dot net core.","archived":false,"fork":false,"pushed_at":"2017-04-20T07:44:26.000Z","size":40532,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-01T14:52:51.882Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Anduin2017.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-20T16:56:03.000Z","updated_at":"2025-04-09T03:19:01.000Z","dependencies_parsed_at":"2023-02-19T18:30:45.955Z","dependency_job_id":null,"html_url":"https://github.com/Anduin2017/TravelIC","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Anduin2017/TravelIC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anduin2017%2FTravelIC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anduin2017%2FTravelIC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anduin2017%2FTravelIC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anduin2017%2FTravelIC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anduin2017","download_url":"https://codeload.github.com/Anduin2017/TravelIC/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anduin2017%2FTravelIC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30039885,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T06:58:30.252Z","status":"ssl_error","status_checked_at":"2026-03-03T06:58:15.329Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T22:08:22.899Z","updated_at":"2026-03-03T09:32:47.139Z","avatar_url":"https://github.com/Anduin2017.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TravelIC\n[![Build Status](https://travis-ci.org/Anduin2017/TravelIC.svg?branch=master)](https://travis-ci.org/Anduin2017/TravelIC)\n\nTravelIC is a simple WeChat application which allows your WeChat followers sell and buy their own things.\n\nTravelIC is based on dot net core.\n\n## Requirements\n\nRequirements about how to run\n* [Windows Server](http://www.microsoft.com/en-us/cloud-platform/windows-server) or [Ubuntu Server](https://www.ubuntu.com/server)\n* [dot net Core 1.1.0 or later](https://github.com/dotnet/core/tree/master/release-notes)\n* [SQL Server or SQL Server LocalDB](http://www.microsoft.com/en-us/sql-server/sql-server-2016)\n* [bower](https://bower.io)\n* [nodejs and npm](https://nodejs.org)\n* [git](https://git-scm.com)\n\n**bower depends on nodejs, npm and git!**\n\nRequirements about how to develope\n* [Windows 10](http://www.microsoft.com/en-US/windows/) or [Ubuntu desktop](https://www.ubuntu.com/desktop)\n* [dot net Core SDK 1.0.3 or later](https://github.com/dotnet/core/tree/master/release-notes)\n* [SQL Server or SQL Server LocalDB](http://www.microsoft.com/en-us/sql-server/sql-server-2016)\n* [bower](https://bower.io)\n* [nodejs and npm](https://nodejs.org)\n* [git](https://git-scm.com)\n* [VS Code](https://code.visualstudio.com) (Strongly suggest)\n\n## How to run locally\n\n1. Change the database connection string to your own database.  \n    The connection string of this app is located at `./TravelInCloud/appsettings.json`  \n    About How to write connection string please view [here](https://www.connectionstrings.com/)\n2. Excute `bower install` to download all front-end packages\n3. Excute `dotnet restore` to restore all dotnet requirements\n4. Excute `dotnet ef database update` to update your database\n5. Excute `dotnet run` to run the app\n6. Use your browser to view [http://localhost:5000](http://localhost:5000)\n\n## How to publish to your server\n\n1. Prepare a Linux or Windows Server\n2. Excute `dotnet publish`\n3. Copy `./TravelInCloud/bin/Debug/netcoreapp1.1/publish` path to your server\n4. Excute `dotnet TravelInCloud.dll` at `./TravelInCloud/bin/Debug/netcoreapp1.1/publish` path on your server\n\n**When you have successfully published the app to your server, it is not running properly! You need the following setps.**\n\n## How to run in WeChat\n\n1. Create a WeChat MP Account at [https://mp.weixin.qq.com](https://mp.weixin.qq.com)\n2. Start developer mode in your account\n3. Set proper app domain\n4. Set proper oauth domain\n5. Set proper js domain\n6. Set proper appid and appsecret\n7. Validate your wechat app at `ServerRoot\\api\\WeChatVerify`\n8. Set your menu at `ServerRoot\\api\\ApplyMenu`\n9. Configure your WeChat pay\n10. Chnfigure your WeChat OAuth authorization\n\nFor more information about how to run it in your WeChat account, please view WeChat document at [https://mp.weixin.qq.com/wiki](https://mp.weixin.qq.com/wiki)\n\n## How to contribute\n\nDirectly fork this repo and edit it. When you have successfully fixed an issue or have successfully made some useful change, please create a pull request.\n\nIf you are faceing any problem, please disscuss it at Issues.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanduin2017%2Ftravelic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanduin2017%2Ftravelic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanduin2017%2Ftravelic/lists"}