{"id":20079058,"url":"https://github.com/faouzimohamed/taradjam-backend","last_synced_at":"2026-04-27T18:32:37.962Z","repository":{"id":107470461,"uuid":"526766931","full_name":"faouziMohamed/Taradjam-backend","owner":"faouziMohamed","description":"Web service exposing an Api-REST for  the web application Taradjam (https://taradjam.vercel.app)","archived":false,"fork":false,"pushed_at":"2024-09-03T21:40:01.000Z","size":6084,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-15T11:07:17.088Z","etag":null,"topics":["api-rest","asp-net-core","dotnet6","sqlserver","translation"],"latest_commit_sha":null,"homepage":"https://taradjam.azurewebsites.net","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/faouziMohamed.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-08-19T22:25:41.000Z","updated_at":"2023-08-25T10:39:43.000Z","dependencies_parsed_at":"2025-06-15T11:07:18.336Z","dependency_job_id":"568ba7c7-1434-4822-9e3d-500a48762bd4","html_url":"https://github.com/faouziMohamed/Taradjam-backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/faouziMohamed/Taradjam-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faouziMohamed%2FTaradjam-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faouziMohamed%2FTaradjam-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faouziMohamed%2FTaradjam-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faouziMohamed%2FTaradjam-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faouziMohamed","download_url":"https://codeload.github.com/faouziMohamed/Taradjam-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faouziMohamed%2FTaradjam-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32349528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-rest","asp-net-core","dotnet6","sqlserver","translation"],"created_at":"2024-11-13T15:19:38.682Z","updated_at":"2026-04-27T18:32:37.937Z","avatar_url":"https://github.com/faouziMohamed.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Translate (Backend)\n\nThis project is a migration of the backend of the project [Data-translate](https://github.com/faouziMohamed/Data-translate), \nfrom Nextjs (under the hood likely nodejs server) and MongoDb to Asp.Net Core and Sql Server\n\n## Getting started \n- First open the solution using either Rider or Visual Studio 2022 (Mandatory for dotnet 6+)\n- Install the [Entity Framework CLI](https://docs.microsoft.com/en-us/ef/core/cli/dotnet) (if you are not using Visual Studio)\n- Make sure to have [Microsoft Sql Server (Express)](https://www.microsoft.com/en-gb/sql-server/sql-server-downloads) installed on your computer\n\n### Creating the database (MS SQL Server)\nRun the migration commande to create the database.  \n_Feel free to change connection string to set other values. By default the database that will be created is called *Data-Translate*_ \n1. If you are using Rider or other IDE than Visual Studio, open a terminal in the ```km.Translate.DataLib``` project and run the command below:  \n    --\u003e creating the first migration Then applying it to create the database with tables\n    ```bash\n      dotnet ef migrations add InitialMigration -o Data/Migrations \n      dotnet ef database update\n   ```\n1. If you are using Visual Studio, set `km.Translate.DataLib` as Startup project, open the Package Manager Console and run the command below:  \n    ```\n    Add-Migration InitialMigration -o Data/Migrations\n    Update-Database\n    ```\n###  Initializing the database with seed Data\nThis step use seed data located on the [km.Translate.DataLib/dataSettings.json](km.Translate.DataLib/dataSettings.json) to populate the database\n\n1. If you are in Visual Studio, set `km.Translate.Api` as Startup Project\n1. Start the development server (`km.Translate.Api`), Swagger should Open exposing available Endpoints\n1. Use the endpoint `/api/Starter/initialize` to initialize the database. It may take a moment before it finish initialization\n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaouzimohamed%2Ftaradjam-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaouzimohamed%2Ftaradjam-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaouzimohamed%2Ftaradjam-backend/lists"}