Code Monkey home page Code Monkey logo

datingapp's Introduction

DatingApp

  1. Introduction
    • Introduction to the API & SPA
    • Setting up the developer environment
    • Init source code in GitHub
  2. Building Web API with Entity Framework - API
    • Introduction ASP.NET Core Web API
    • Create the .Net Core Web API using dotnet CLI
    • Setting up VS Code to work with C#
    • Getting to know the API project files
    • Create first entity - User
    • Introduction Entity Framework
    • Adding Entity Framework to API
    • Adding DbContext
    • Creating Connection String
    • Creating database using EF Code First with Migration
    • Adding User API Controller
    • Saving code to the Source Control
  3. Building Single Page App - Angular
    • Introduction Angular
    • Creating Angular App via Angular CLI
    • Running Angular project and reviewing the structure
    • Adding VS Code extension to work with Angular
    • Making HTTP requests in Angular App
    • Adding CORS support in the API
    • Displaying the fetched users in the browser
    • Adding Bootstrap and font
    • Saving code to the Source Control
  4. Authentication basics - API
    • Introduction
    • Safe storage of passwords
    • Updating the user entity
    • Creating a base API controller
    • Creating an Account Controller with register endpoint
    • Using the debugger
    • Using the DTO
    • Adding validation
    • Adding login endpoint
    • Json Web Token
    • Adding a token service
    • Adding create token logic
    • Create a User DTO and returning a token
    • Adding authentication middleware
    • Adding extension method
    • Saving code the Source Control
  5. Client login and register - Angular
    • Introduction
    • Creating a nav bar
    • Introduction to Angular template forms
    • Introduction to Angular services
    • Injecting services to the components
    • Using conditionals to show and remove content
    • Using Angular Bootstrap components - dropdown
    • Introduction Observables
    • Persisting the login
    • Using the async pipe
    • Adding a HomePage
    • Adding the register form
    • Parent to child communication
    • Child to parent communication
    • Hooking up register method to the account service
    • Saving code the Source Control
  6. Extend User Management - API
    • Introduction
    • Extending the user entity
    • Adding a DateTime extension to calculate Age
    • Entity Framework relationships
    • Seeding data
    • The repository pattern
    • Creating a repository
    • Updating the UsersController
    • Adding a DTO for Members
    • Adding AutoMapper
    • Configuring AutoMapper
    • Using AutoMapper queryable extensions
    • Saving code the Source Control
  7. Building User Interface - Angular

datingapp's People

Contributors

minhanbkdn avatar

Stargazers

Hồ Văn Vy avatar Trương Minh Đức avatar Phan Cao Minh Nhat avatar  avatar Chau Truong Long avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.