/Languini

Languini! A platform made to create and join events to learn and teach languages

Primary LanguageC#

Languini

Welcome to Languini, a social platform that allows you to create and join events to learn and teach languages. Our aim is to make language learning a fun and enjoyable experience, while also providing an opportunity to meet new people with similar interests.


languini1




Screenshot 2022-12-01 at 15 53 15

Demo


Watch our YouTube video to get a glimpse of how Languini works. (Click on the image to play)


Languini Youtube


Technology Stack

Languini is built with the following technologies:

  • Backend: .Net with C# and a REST API
  • Database: SQL Server, hosted on Azure
  • Frontend: React and Tailwind CSS

Screenshot 2022-12-01 at 17 05 12

Features

Languini offers the following key features:

Event Creation and Joining

  • Users can create events based on specific languages and topics of interest.
  • Participants can join events and engage in language learning and teaching activities.

Event Search

  • Users can search for events based on language, location, or other criteria to find events that match their interests.

Event Management

  • Event creators have the ability to edit or delete their events, ensuring they have full control over the content and details.

User Authentication

  • Users can log in to Languini using their Google accounts, making the registration and sign-in process seamless and convenient.

Scalable Backend Architecture

  • Languini's backend architecture is designed with scalability in mind, allowing the platform to handle a growing user base and increasing event activities.
  • The backend follows best practices and uses the Unit of Work pattern for improved performance and the Repository pattern for easier testing and maintenance.

CRUD Operations

  • All necessary endpoints are available for performing Create, Read, Update, and Delete (CRUD) operations on events and user data.

Backend Architecture

Our backend architecture is designed for scalability and testability. We have implemented the Unit of Work pattern for performance and the Repository pattern for ease of testing. Additionally, we have used generic classes to make it easier to implement new features in the future.

Deployment

Languini is fully deployed on Azure, including the backend, frontend, and database. This ensures that the platform is accessible and reliable for all users.

Contributing

We welcome contributions to improve Languini. If you have any ideas or suggestions, feel free to open a GitHub issue or submit a pull request.

Screenshot 2022-12-01 at 16 06 55