https://github.com/thepisode/crawlersite.web
https://github.com/thEpisode/CrawlerSite.Backend | https://github.com/thEpisode/CrawlerSite.Kernel
https://github.com/thepisode/crawlersite.web
Last synced: 2 days ago
JSON representation
https://github.com/thEpisode/CrawlerSite.Backend | https://github.com/thEpisode/CrawlerSite.Kernel
- Host: GitHub
- URL: https://github.com/thepisode/crawlersite.web
- Owner: thEpisode
- Created: 2017-04-16T19:31:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-30T05:46:57.000Z (almost 9 years ago)
- Last Synced: 2025-10-22T07:54:59.612Z (9 months ago)
- Language: JavaScript
- Homepage: https://dremind.com
- Size: 67.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crawler Site [](https://app.buddy.works/crawlersite/crawlersite-web/pipelines/pipeline/50098)
easy way to truly understand your web and mobile site visitors.
## Developing Mode
You need execute some steps to develop in this project. Remember if you want to develop on Crawler Site (Fron and back) you need run first CrawlerSite.Backend to prevent errors or unexpected messages
## ASP .Net Core
This project was developed on ASP .Net Core, of course you need download first, you can download on this link https://www.microsoft.com/net/core#windowscmd, or if you prefer search for ".Net Core Command Line"
## NuGet Packages
You need open this folder with Visual Studio Code and this detect automatically what need to download or execute in console:
> dotnet restore
## Enviroment Variables
Open a new Command Window (CMD) over this path and execute next following commands:
> dotnet user-secrets set ApiUri http://localhost:3500/api
> dotnet user-secrets set Uri http://localhost:3500
## Building project
To build project run next following code at first time
> dotnet build
## Executing project
Now on Visual Studio Code press F5 to execute, it launch http://localhost:5000/ or execute in console:
> dotnet run