Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foziljonovs/edu
Internal crm system for educational centers
https://github.com/foziljonovs/edu
Last synced: about 2 months ago
JSON representation
Internal crm system for educational centers
- Host: GitHub
- URL: https://github.com/foziljonovs/edu
- Owner: foziljonovs
- License: mit
- Created: 2024-04-22T11:59:10.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-02T07:54:18.000Z (8 months ago)
- Last Synced: 2024-11-04T20:44:12.837Z (2 months ago)
- Language: C#
- Size: 308 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Edu - O'quv markazlar uchun CRM sistema loyihasi.
- Edu loyihasi asosiy 2-qismdan tashkil topadi
- Edu.API - backend qismi- Edu.Dashboard - Desktop app qismi
## Loyiha .NET 8 versiyada ishlab chiqilmoqda
## Clone qilib olish uchun
```git clone https://github.com/foziljonov7/Edu.git```
### Clone qilib olgach AppSettings.json fayli ichidagi ConnectionStrings o'zingizga to'g'irlang
``` json
"ConnectionStrings": {
"localhost": "Host=localhost;Port=5432;Database=EduDB;User Id=YourUsername;Password=YourPassword;"
},
```Keyin Developer powershell orqali quyidagi buyruqlarni amalga oshiring
loyihani qayta ishga yuklash uchun
```
dotnet restore
```
loyihani kamchilik va error larini tekshirish uchun```
dotnet test
```
loyihani build qilish uchun```
dotnet build
```
loyihadagi migration larni update qilish```
dotnet ef database update
```So'ngra loyihani ishga tushuring
```
dotnet run
```## Loyihaning Database qismining ko'rinishi:
![image](https://github.com/foziljonov7/Edu/blob/master/Edu.API/wwwroot/Images/Edu.png)