CharityConnects.pl
This is a university group project developed as part of the Software Engineering course.
Running the application on your local machine:
Frontend (React): Clone the repository. Navigate to the frontend folder and install the necessary dependencies by running npm install. Make sure you have Node.js installed on your system. Follow any additional instructions provided in the project to run the app locally.
Backend (ASP.NET): Ensure that you have the .NET SDK installed on your machine. Install the required dependencies for the backend. (if it didnt download automatically, you will need to download nuget package for EF, Fluent Validation and AutoMapper) In the NuGet Package Manager Console, run the update-database command to update the database with the latest migrations.
I was responsible for implementing the business logic backend api, and i was also creating the basisc of frontend.