📨
SlackClone
CtrlK
  • Introduction
  • Server
    • Server Introduction
    • Getting Started
      • Install .NET Core 3
      • Create a Project
      • Install Dependencies - Mongo
      • Install Dependencies - PostgreSQL
    • API
  • Authorization
  • Authentication
  • Error Handling
  • Testing
  • Backend Summary
  • Client
    • Client Introduction
    • Getting Started
    • App
    • Frontend Summary
Powered by GitBook
On this page
  1. Server

Getting Started

We will get started by doing the following steps.

  1. Installing .NET Core 3

  2. Creating an initial project

  3. Installing Dependencies

  4. Installing a local copy of PostgreSQL

  5. Connecting to database with pgAdmin

PreviousServer IntroductionNextInstall .NET Core 3

Last updated 5 years ago