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.
- .NET Core
- React
- SQLite
- .NET SDK
- Node.js
- SQLite
-
Clone the repository
git clone https://github.com/alexlux58/activities-social-network.git
-
Navigate to the API directory
cd activities-social-network/API
-
Restore the .NET packages
dotnet restore
-
Run the API
dotnet run
-
Navigate to the client directory
cd ../client
-
Install the dependencies
npm install
-
Run the client
npm start
Distributed under the MIT License. See LICENSE
for more information.
Alex Lux