Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikailakar/labvtys

labvtys contains a collection of various projects demonstrating different technologies and concepts. Each project is stored in its own folder within this repository, showcasing different aspects of software development, including web development, database operations, microservices, and more.
https://github.com/mikailakar/labvtys

csharp docker dotnet entity-framework-core flask microsoft-sql-server mongodb nosql python redis sql

Last synced: about 1 month ago
JSON representation

labvtys contains a collection of various projects demonstrating different technologies and concepts. Each project is stored in its own folder within this repository, showcasing different aspects of software development, including web development, database operations, microservices, and more.

Awesome Lists containing this project

README

        

# Labvtys Projects Repository

Welcome to the `labvtys` repository, which contains a collection of various projects demonstrating different technologies and concepts. Each project is stored in its own folder within this repository, showcasing different aspects of software development, including web development, database operations, microservices, and more.

## Projects Overview

### **Foy5**

- **Description**: A simple web application built with ASP.NET Core. This project includes basic CRUD operations and integrates with a database to manage user data.
- **Technologies Used**:
- ASP.NET Core
- Entity Framework
- SQL Server
- **Features**:
- User management (Create, Read, Update, Delete).
- Integration with a SQL Server database.
- Role-based access control.

- **Directory**: `foy5/`

### **Foy6**

- **Description**: A web application using Flask, MongoDB, and Redis to perform CRUD operations on both MongoDB documents and Redis key-value pairs.
- **Technologies Used**:
- Flask (Python)
- MongoDB
- Redis
- HTML/CSS (for frontend)
- **Features**:
- Perform CRUD operations in MongoDB and Redis.
- Simple web interface to interact with the databases.
- Example of integrating two different databases in a single application.

- **Directory**: `foy6/`