{"id":22856149,"url":"https://github.com/rubikcon/blockgigs-mobile-version-backend","last_synced_at":"2026-01-29T23:01:44.873Z","repository":{"id":263439212,"uuid":"890323901","full_name":"Rubikcon/BlockGigs-Mobile-Version-Backend","owner":"Rubikcon","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-23T17:23:20.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T07:47:29.746Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Rubikcon.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":"2024-11-18T11:29:41.000Z","updated_at":"2024-11-23T17:23:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"396a4788-3d0b-4460-a55a-03e508c6060c","html_url":"https://github.com/Rubikcon/BlockGigs-Mobile-Version-Backend","commit_stats":null,"previous_names":["rubikcon/blockgigs-mobile-version-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rubikcon/BlockGigs-Mobile-Version-Backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rubikcon%2FBlockGigs-Mobile-Version-Backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rubikcon%2FBlockGigs-Mobile-Version-Backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rubikcon%2FBlockGigs-Mobile-Version-Backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rubikcon%2FBlockGigs-Mobile-Version-Backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rubikcon","download_url":"https://codeload.github.com/Rubikcon/BlockGigs-Mobile-Version-Backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rubikcon%2FBlockGigs-Mobile-Version-Backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28889863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"ssl_error","status_checked_at":"2026-01-29T21:06:42.160Z","response_time":59,"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":[],"created_at":"2024-12-13T08:07:18.375Z","updated_at":"2026-01-29T23:01:44.868Z","avatar_url":"https://github.com/Rubikcon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlockGigs Server\n\n## Description\n\nServer for Block Gigs Application\n\n## Prerequisites\n\n1. Node.js - Make sure you have Node.js installed (v14 or higher recommended).\n2. PostgreSQL - Install and run PostgreSQL locally or use a remote PostgreSQL server.\n3. Nest CLI - Install the NestJS CLI globally if you haven’t already:\n\n```\nnpm install -g @nestjs/cli\n```\n\n4 .env file - A .env file is required for setting database credentials and other environment variables.\n\n## Installation\n\n1. Install Dependencies\n\n```\nnpm install\n```\n\n2. Set Up the .env File:\n\nIn the project root, create a .env file with the following variables. Replace \u003cyour-values\u003e with your actual credentials:\n\n```\nDB_HOST=localhost\nDB_PORT=5432\nDB_USER=root\nDB_PASSWORD=\u003cyour-password\u003e\nDB_NAME=\u003cyour-database-name\u003e\n```\n\n## Set up the database\n\nCreate the database\n\nEnsure that the database specified in DB_NAME exists in your PostgreSQL server. Start postgresql server locally, and login with credentials. You can then create the database manually:\n\n```\nCREATE DATABASE \u003cyour-database-name\u003e;\n```\n\n## Compile and run the project\n\n1. Start PostgreSQL Server:\n\nMake sure your PostgreSQL server is running locally or remotely and accessible via the credentials in your .env file.\n\n2. Start the NestJS Server\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\n## Run tests\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\n## Deployment\n\nWhen you're ready to deploy your NestJS application to production, there are some key steps you can take to ensure it runs as efficiently as possible. Check out the [deployment documentation](https://docs.nestjs.com/deployment) for more information.\n\nIf you are looking for a cloud-based platform to deploy your NestJS application, check out [Mau](https://mau.nestjs.com), our official platform for deploying NestJS applications on AWS. Mau makes deployment straightforward and fast, requiring just a few simple steps:\n\n```bash\n$ npm install -g mau\n$ mau deploy\n```\n\nWith Mau, you can deploy your application in just a few clicks, allowing you to focus on building features rather than managing infrastructure.\n\n## Resources\n\nCheck out a few resources that may come in handy when working with NestJS:\n\n- Visit the [NestJS Documentation](https://docs.nestjs.com) to learn more about the framework.\n- For questions and support, please visit our [Discord channel](https://discord.gg/G7Qnnhy).\n- To dive deeper and get more hands-on experience, check out our official video [courses](https://courses.nestjs.com/).\n- Deploy your application to AWS with the help of [NestJS Mau](https://mau.nestjs.com) in just a few clicks.\n- Visualize your application graph and interact with the NestJS application in real-time using [NestJS Devtools](https://devtools.nestjs.com).\n- Need help with your project (part-time to full-time)? Check out our official [enterprise support](https://enterprise.nestjs.com).\n- To stay in the loop and get updates, follow us on [X](https://x.com/nestframework) and [LinkedIn](https://linkedin.com/company/nestjs).\n- Looking for a job, or have a job to offer? Check out our official [Jobs board](https://jobs.nestjs.com).\n\n## Support\n\nNest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).\n\n## Stay in touch\n\n- Author - [Kamil Myśliwiec](https://twitter.com/kammysliwiec)\n- Website - [https://nestjs.com](https://nestjs.com/)\n- Twitter - [@nestframework](https://twitter.com/nestframework)\n\n## License\n\nNest is [MIT licensed](https://github.com/nestjs/nest/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubikcon%2Fblockgigs-mobile-version-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubikcon%2Fblockgigs-mobile-version-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubikcon%2Fblockgigs-mobile-version-backend/lists"}