Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 762 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 762 Bytes

Social Media API

Overview

This is a simple RESTful API for a social media platform implemented using ASP.NET. The API provides endpoints for user registration, authentication, posting, and interaction with posts.

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/social-media-api.git
  2. cd social-media-api

      cd social-media-api
  3. dotnet restore

         dotnet restore
  4. dotnet build

         dotnet build
  5. dotnet run

      dotnet run