Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
Initial code version
Browse files Browse the repository at this point in the history
  • Loading branch information
momohs committed Jan 29, 2018
1 parent cc54443 commit 4cdd0a7
Show file tree
Hide file tree
Showing 578 changed files with 38,716 additions and 23 deletions.
285 changes: 285 additions & 0 deletions Backend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,285 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/

# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUNIT
*.VisualState.xml
TestResult.xml

# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
**/Properties/launchSettings.json

*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc

# Chutzpah Test files
_Chutzpah*

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb

# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding add-in
.JustCode

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# Visual Studio code coverage results
*.coverage
*.coveragexml

# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*

# MightyMoose
*.mm.*
AutoTest.Net/

# Web workbench (sass)
.sass-cache/

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets

# Microsoft Azure Build Output
csx/
*.build.csdef

# Microsoft Azure Emulator
ecf/
rcf/

# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs

# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
*.mdf
*.ldf

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

# Microsoft Fakes
FakesAssemblies/

# GhostDoc plugin setting file
*.GhostDoc.xml

# Node.js Tools for Visual Studio
.ntvs_analysis.dat

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
*.opt

# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions

# Paket dependency manager
.paket/paket.exe
paket-files/

# FAKE - F# Make
.fake/

# JetBrains Rider
.idea/
*.sln.iml

# CodeRush
.cr/

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc

# Cake - Uncomment if you are using it
# tools/**
# !tools/packages.config


# Visual Studio Code
.vscode/

# Publish profiles
PublishProfiles/
src/Trackable.Web/wwwroot/dist/**
!src/Trackable.Web/wwwroot/dist/swagger/
!src/Trackable.Web/wwwroot/dist/swagger/swagger.js
92 changes: 92 additions & 0 deletions Backend/Trackable.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0561E119-10FD-4C6A-AC8B-2B0EE5EF0BA6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{27997A27-AD3D-4136-B2D0-DE27E8CF41F4}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Trackable.Web", "src\Trackable.Web\Trackable.Web.csproj", "{389689E3-D4C9-4727-A2B3-AC1C10FE6934}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Trackable.Common", "src\Trackable.Common\Trackable.Common.csproj", "{2C1543F6-CD61-4455-8D6E-BB83721F25EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Trackable.EntityFramework", "src\Trackable.EntityFramework\Trackable.EntityFramework.csproj", "{A6B23FF3-82F4-4F29-960C-60C2F09ECCAD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Trackable.Repositories", "src\Trackable.Repositories\Trackable.Repositories.csproj", "{11F3B370-096A-4D99-B5A4-9680D598C881}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Trackable.TripDetection", "src\Trackable.TripDetection\Trackable.TripDetection.csproj", "{23D218DA-4BA5-426C-8F97-E7EB569DEFA8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Trackable.Configurations", "src\Trackable.Configurations\Trackable.Configurations.csproj", "{3D831301-E570-46C1-99F2-4605E6FAAC27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Trackable.Services", "src\Trackable.Services\Trackable.Services.csproj", "{6615A7C7-9FCD-4519-A3FC-4BBA66A1329F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Trackable.Models", "src\Trackable.Models\Trackable.Models.csproj", "{E101551A-0727-4CD4-8C38-65BF8884F5DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Trackable.Func", "src\Trackable.Func\Trackable.Func.csproj", "{E83655CF-A05B-496E-98F7-0D404489E522}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{389689E3-D4C9-4727-A2B3-AC1C10FE6934}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{389689E3-D4C9-4727-A2B3-AC1C10FE6934}.Debug|Any CPU.Build.0 = Debug|Any CPU
{389689E3-D4C9-4727-A2B3-AC1C10FE6934}.Release|Any CPU.ActiveCfg = Release|Any CPU
{389689E3-D4C9-4727-A2B3-AC1C10FE6934}.Release|Any CPU.Build.0 = Release|Any CPU
{2C1543F6-CD61-4455-8D6E-BB83721F25EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C1543F6-CD61-4455-8D6E-BB83721F25EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C1543F6-CD61-4455-8D6E-BB83721F25EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C1543F6-CD61-4455-8D6E-BB83721F25EE}.Release|Any CPU.Build.0 = Release|Any CPU
{A6B23FF3-82F4-4F29-960C-60C2F09ECCAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6B23FF3-82F4-4F29-960C-60C2F09ECCAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6B23FF3-82F4-4F29-960C-60C2F09ECCAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6B23FF3-82F4-4F29-960C-60C2F09ECCAD}.Release|Any CPU.Build.0 = Release|Any CPU
{11F3B370-096A-4D99-B5A4-9680D598C881}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11F3B370-096A-4D99-B5A4-9680D598C881}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11F3B370-096A-4D99-B5A4-9680D598C881}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11F3B370-096A-4D99-B5A4-9680D598C881}.Release|Any CPU.Build.0 = Release|Any CPU
{23D218DA-4BA5-426C-8F97-E7EB569DEFA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23D218DA-4BA5-426C-8F97-E7EB569DEFA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23D218DA-4BA5-426C-8F97-E7EB569DEFA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23D218DA-4BA5-426C-8F97-E7EB569DEFA8}.Release|Any CPU.Build.0 = Release|Any CPU
{3D831301-E570-46C1-99F2-4605E6FAAC27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D831301-E570-46C1-99F2-4605E6FAAC27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D831301-E570-46C1-99F2-4605E6FAAC27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D831301-E570-46C1-99F2-4605E6FAAC27}.Release|Any CPU.Build.0 = Release|Any CPU
{6615A7C7-9FCD-4519-A3FC-4BBA66A1329F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6615A7C7-9FCD-4519-A3FC-4BBA66A1329F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6615A7C7-9FCD-4519-A3FC-4BBA66A1329F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6615A7C7-9FCD-4519-A3FC-4BBA66A1329F}.Release|Any CPU.Build.0 = Release|Any CPU
{E101551A-0727-4CD4-8C38-65BF8884F5DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E101551A-0727-4CD4-8C38-65BF8884F5DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E101551A-0727-4CD4-8C38-65BF8884F5DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E101551A-0727-4CD4-8C38-65BF8884F5DD}.Release|Any CPU.Build.0 = Release|Any CPU
{E83655CF-A05B-496E-98F7-0D404489E522}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E83655CF-A05B-496E-98F7-0D404489E522}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E83655CF-A05B-496E-98F7-0D404489E522}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E83655CF-A05B-496E-98F7-0D404489E522}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{389689E3-D4C9-4727-A2B3-AC1C10FE6934} = {0561E119-10FD-4C6A-AC8B-2B0EE5EF0BA6}
{2C1543F6-CD61-4455-8D6E-BB83721F25EE} = {0561E119-10FD-4C6A-AC8B-2B0EE5EF0BA6}
{A6B23FF3-82F4-4F29-960C-60C2F09ECCAD} = {0561E119-10FD-4C6A-AC8B-2B0EE5EF0BA6}
{11F3B370-096A-4D99-B5A4-9680D598C881} = {0561E119-10FD-4C6A-AC8B-2B0EE5EF0BA6}
{23D218DA-4BA5-426C-8F97-E7EB569DEFA8} = {0561E119-10FD-4C6A-AC8B-2B0EE5EF0BA6}
{3D831301-E570-46C1-99F2-4605E6FAAC27} = {0561E119-10FD-4C6A-AC8B-2B0EE5EF0BA6}
{6615A7C7-9FCD-4519-A3FC-4BBA66A1329F} = {0561E119-10FD-4C6A-AC8B-2B0EE5EF0BA6}
{E101551A-0727-4CD4-8C38-65BF8884F5DD} = {0561E119-10FD-4C6A-AC8B-2B0EE5EF0BA6}
{E83655CF-A05B-496E-98F7-0D404489E522} = {0561E119-10FD-4C6A-AC8B-2B0EE5EF0BA6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CA4659C2-5F70-4BDE-8665-FFEF8F4234AD}
EndGlobalSection
EndGlobal
Loading

0 comments on commit 4cdd0a7

Please sign in to comment.