Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mikailakar/labvtys
- Owner: mikailakar
- Created: 2024-04-03T13:32:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T15:20:47.000Z (2 months ago)
- Last Synced: 2024-09-29T14:23:37.500Z (about 2 months ago)
- Topics: csharp, docker, dotnet, entity-framework-core, flask, microsoft-sql-server, mongodb, nosql, python, redis, sql
- Language: HTML
- Homepage:
- Size: 13.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/`