{"id":20719657,"url":"https://github.com/minhtrifit/slearninglab-server","last_synced_at":"2026-04-24T10:03:54.141Z","repository":{"id":185406712,"uuid":"673440597","full_name":"minhtrifit/slearninglab-server","owner":"minhtrifit","description":"Server Reposetory For SlearningLab Project","archived":false,"fork":false,"pushed_at":"2024-02-10T03:49:26.000Z","size":15192,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T07:51:23.437Z","etag":null,"topics":["nestjs-backend","postgresql"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/minhtrifit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-08-01T16:18:19.000Z","updated_at":"2024-03-11T06:56:21.000Z","dependencies_parsed_at":"2025-01-17T22:40:07.333Z","dependency_job_id":null,"html_url":"https://github.com/minhtrifit/slearninglab-server","commit_stats":null,"previous_names":["minhtrifit/slearninglab-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/minhtrifit/slearninglab-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhtrifit%2Fslearninglab-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhtrifit%2Fslearninglab-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhtrifit%2Fslearninglab-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhtrifit%2Fslearninglab-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minhtrifit","download_url":"https://codeload.github.com/minhtrifit/slearninglab-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhtrifit%2Fslearninglab-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32218290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T09:47:08.147Z","status":"ssl_error","status_checked_at":"2026-04-24T09:46:41.165Z","response_time":64,"last_error":"SSL_read: 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":["nestjs-backend","postgresql"],"created_at":"2024-11-17T03:17:56.345Z","updated_at":"2026-04-24T10:03:54.104Z","avatar_url":"https://github.com/minhtrifit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SLEARNING LAB SERVER DOCUMENTATION\n\n![Thumbnail](./showcase/screenshot.png)\n\n🎓 📚 Education \u0026 Learning support project app inspired from [Google classroom](https://classroom.google.com)\n\nThis project includes two repository (Client and Server), you can checkout **[client repository](https://github.com/minhtrifit/slearninglab-client)**\n\n## 💻 Technical Stack\n\u003cp align=\"left\"\u003e \u003ca href=\"https://nestjs.com/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/nestjs/nestjs-plain.svg\" alt=\"nestjs\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://www.postgresql.org\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/postgresql/postgresql-original-wordmark.svg\" alt=\"postgresql\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003c/p\u003e\n\n- [Nest.js](hhttps://nestjs.com) - A progressive Node.js framework for building efficient, reliable and scalable server-side applications.\n- [PostgreSQL](https://www.postgresql.org) - The World's Most Advanced Open Source Relational Database\n\n## ⚙️ Config .env file\n\nConfig [.env]() file in root dir with path `./.env`\n\n```bash\nCLIENT_URL=yourclienturl\nDB_HOST=yourdbhost\nDB_PORT=yourdbport\nDB_USERNAME=yourdbusername\nDB_PASSWORD=yourdbpassword\nDB_NAME=youdatabasename\nJWT_KEY_SECRET=yourjwtkey\nJWT_ACCESS_KEY=youraccesskey\nJWT_REFRESH_KEY=yourrefreshkey\nAUTH_EMAIL_USER=youremail@gmail.com\nAUTH_EMAIL_PASSWORD=youremailpassword\n```\n\n## 📦 Installation\n\nIntall packages \u0026 dependencies\n```console\nnpm install\n```\n\nOr install packages with legacy peer dependencies.\n```console\nnpm install --legacy-peer-deps\n```\n\nRun server project\n\n```bash\n# development\n$ npm run start\n\n# watch mode\n$ npm run start:dev\n\n# production mode\n$ npm run start:prod\n```\n\nTest server project\n\n```bash\n# unit tests\n$ npm run test\n\n# e2e tests\n$ npm run test:e2e\n\n# test coverage\n$ npm run test:cov\n```\n\nRun server project with Dockerfile\n\n```bash\n$ docker run -p 5500:5500 slearninglab-api:1.0.0\n```\n\n## ▶️ YouTube Demo\n\n[![Thumnail](https://img.youtube.com/vi/g9WHplySekY/0.jpg)](https://youtu.be/g9WHplySekY)\n\n## 💌 Contact\n\n- Author - [minhtrifit](https://minhtrifitdev.netlify.app)\n- [Github](https://github.com/minhtrifit)\n\n\u003e CopyRight© minhtrifit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminhtrifit%2Fslearninglab-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminhtrifit%2Fslearninglab-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminhtrifit%2Fslearninglab-server/lists"}