Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 2.15 KB

README.md

File metadata and controls

70 lines (45 loc) · 2.15 KB

Activities Social Network

Overview

This project aims to create a social network focused on activities and events. Built using .NET Core, React, and other modern technologies, it offers a comprehensive platform for users to connect, share, and participate in activities.

Technologies Used

  • .NET Core
  • React
  • SQLite

Getting Started

Prerequisites

  • .NET SDK
  • Node.js
  • SQLite

Installation

  1. Clone the repository

    git clone https://github.com/alexlux58/activities-social-network.git
  2. Navigate to the API directory

    cd activities-social-network/API
  3. Restore the .NET packages

    dotnet restore
  4. Run the API

    dotnet run
  5. Navigate to the client directory

    cd ../client
  6. Install the dependencies

    npm install
  7. Run the client

    npm start

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Alex Lux