CheapIdeas
Sample app that shows how to do Authentication/Authorisation with ASP.NET Web API Identity and Xamarin.
File Explorer
Download Latest Version (.zip)- Settings.cs
- Idea.cs
- RegisterBindingModel.cs
- AssemblyInfo.cs
- ApiServices.cs
- AddIdeaViewModel.cs
- EditIdeaViewModel.cs
- IdeasViewModel.cs
- LoginViewModel.cs
- RegisterViewModel.cs
- SearchViewModel.cs
- AddIdeaPage.xaml
- AddIdeaPage.xaml.cs
- EditOrDeleteIdeaPage.xaml
- EditOrDeleteIdeaPage.xaml.cs
- IdeasPage.xaml
- IdeasPage.xaml.cs
- LoginPage.xaml
- LoginPage.xaml.cs
- RegisterPage.xaml
- RegisterPage.xaml.cs
- SearchPage.xaml
- SearchPage.xaml.cs
- App.xaml
- App.xaml.cs
- CheapIdeas.csproj
- Constants.cs
- packages.config
- AboutAssets.txt
- Settings.cs
- AndroidManifest.xml
- AssemblyInfo.cs
- icon.png
- icon.png
- icon.png
- icon.png
- Tabbar.axml
- Toolbar.axml
- styles.xml
- AboutResources.txt
- Resource.Designer.cs
- app.config
- CheapIdeas.Android.csproj
- MainActivity.cs
- packages.config
- Settings.cs
- AssemblyInfo.cs
- Default-568h@2x.png
- Default-Portrait.png
- Default-Portrait@2x.png
- Default.png
- Default@2x.png
- Icon-60@2x.png
- Icon-60@3x.png
- Icon-76.png
- Icon-76@2x.png
- Icon-Small-40.png
- Icon-Small-40@2x.png
- Icon-Small-40@3x.png
- Icon-Small.png
- Icon-Small@2x.png
- Icon-Small@3x.png
- LaunchScreen.storyboard
- app.config
- AppDelegate.cs
- CheapIdeas.iOS.csproj
- Entitlements.plist
- Info.plist
- iTunesArtwork
- iTunesArtwork@2x
- Main.cs
- packages.config
- LockScreenLogo.scale-100.png
- LockScreenLogo.scale-125.png
- LockScreenLogo.scale-150.png
- LockScreenLogo.scale-200.png
- LockScreenLogo.scale-400.png
- SplashScreen.scale-100.png
- SplashScreen.scale-125.png
- SplashScreen.scale-150.png
- SplashScreen.scale-200.png
- SplashScreen.scale-400.png
- Square150x150Logo.scale-100.png
- Square150x150Logo.scale-125.png
- Square150x150Logo.scale-150.png
- Square150x150Logo.scale-200.png
- Square150x150Logo.scale-400.png
- Square44x44Logo.scale-100.png
- Square44x44Logo.scale-125.png
- Square44x44Logo.scale-150.png
- Square44x44Logo.scale-200.png
- Square44x44Logo.scale-400.png
- Square44x44Logo.targetsize-16_altform-unplated.png
- Square44x44Logo.targetsize-24_altform-unplated.png
- Square44x44Logo.targetsize-256_altform-unplated.png
- Square44x44Logo.targetsize-32_altform-unplated.png
- Square44x44Logo.targetsize-48_altform-unplated.png
- StoreLogo.png
- Wide310x150Logo.scale-100.png
- Wide310x150Logo.scale-125.png
- Wide310x150Logo.scale-150.png
- Wide310x150Logo.scale-200.png
- Wide310x150Logo.scale-400.png
- AssemblyInfo.cs
- Default.rd.xml
- App.xaml
- App.xaml.cs
- CheapIdeas.UWP.csproj
- MainPage.xaml
- MainPage.xaml.cs
- Package.appxmanifest
- project.json
- BundleConfig.cs
- FilterConfig.cs
- IdentityConfig.cs
- RouteConfig.cs
- Startup.Auth.cs
- WebApiConfig.cs
- HelpPageConfig.cs
- HelpController.cs
- CollectionModelDescription.cs
- ComplexTypeModelDescription.cs
- DictionaryModelDescription.cs
- EnumTypeModelDescription.cs
- EnumValueDescription.cs
- IModelDocumentationProvider.cs
- KeyValuePairModelDescription.cs
- ModelDescription.cs
- ModelDescriptionGenerator.cs
- ModelNameAttribute.cs
- ModelNameHelper.cs
- ParameterAnnotation.cs
- ParameterDescription.cs
- SimpleTypeModelDescription.cs
- HelpPageApiModel.cs
- HelpPageSampleGenerator.cs
- HelpPageSampleKey.cs
- ImageSample.cs
- InvalidSample.cs
- ObjectGenerator.cs
- SampleDirection.cs
- TextSample.cs
- ApiGroup.cshtml
- CollectionModelDescription.cshtml
- ComplexTypeModelDescription.cshtml
- DictionaryModelDescription.cshtml
- EnumTypeModelDescription.cshtml
- HelpPageApiModel.cshtml
- ImageSample.cshtml
- InvalidSample.cshtml
- KeyValuePairModelDescription.cshtml
- ModelDescriptionLink.cshtml
- Parameters.cshtml
- Samples.cshtml
- SimpleTypeModelDescription.cshtml
- TextSample.cshtml
- Api.cshtml
- Index.cshtml
- ResourceModel.cshtml
- _Layout.cshtml
- _ViewStart.cshtml
- Web.config
- ApiDescriptionExtensions.cs
- HelpPage.css
- HelpPageAreaRegistration.cs
- HelpPageConfigurationExtensions.cs
- XmlDocumentationProvider.cs
- bootstrap.css
- bootstrap.min.css
- Site.css
- AccountController.cs
- HomeController.cs
- IdeasController.cs
- ValuesController.cs
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- Idea.cs
- AccountBindingModels.cs
- AccountViewModels.cs
- IdentityModels.cs
- IdeasContext.cs
- AssemblyInfo.cs
- ApplicationOAuthProvider.cs
- ChallengeResult.cs
- bootstrap.js
- bootstrap.min.js
- jquery-1.10.2.intellisense.js
- jquery-1.10.2.js
- jquery-1.10.2.min.js
- jquery-1.10.2.min.map
- jquery.validate-vsdoc.js
- jquery.validate.js
- jquery.validate.min.js
- jquery.validate.unobtrusive.js
- jquery.validate.unobtrusive.min.js
- modernizr-2.6.2.js
- respond.js
- respond.min.js
- Index.cshtml
- _Layout.cshtml
- Error.cshtml
- _ViewStart.cshtml
- Web.config
- ApplicationInsights.config
- CheapIdeas.Web.csproj
- favicon.ico
- Global.asax
- Global.asax.cs
- packages.config
- Startup.cs
- Web.config
- Web.Debug.config
- Web.Release.config
- HTTP Delete.jpg
- invoke.jpg
- login.jpg
- oauth en.jpg
- Post HTTP - Houssem Dellai.png
- Register access Token - Houssem Dellai.png
- signup.jpg
- .gitattributes
- .gitignore
- CheapIdeas.sln
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/HoussemDellai/CheapIdeas
Downloads the entire project code from GitHub to your computer.
cd CheapIdeas
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd CheapIdeas.Web
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
