{"id":23405369,"url":"https://github.com/srish-ty/src-event-server","last_synced_at":"2025-04-08T23:19:20.608Z","repository":{"id":251776659,"uuid":"838413606","full_name":"Srish-ty/SRC-event-Server","owner":"Srish-ty","description":"Backend server for event SRC by AiCHE, NIT Rourkela","archived":false,"fork":false,"pushed_at":"2024-08-05T15:38:30.000Z","size":1417,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"feat/backend","last_synced_at":"2025-02-14T18:17:47.829Z","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/Srish-ty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-08-05T15:35:01.000Z","updated_at":"2024-08-05T15:38:09.000Z","dependencies_parsed_at":"2024-08-05T18:35:52.559Z","dependency_job_id":null,"html_url":"https://github.com/Srish-ty/SRC-event-Server","commit_stats":null,"previous_names":["srish-ty/src-event-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Srish-ty%2FSRC-event-Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Srish-ty%2FSRC-event-Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Srish-ty%2FSRC-event-Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Srish-ty%2FSRC-event-Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Srish-ty","download_url":"https://codeload.github.com/Srish-ty/SRC-event-Server/tar.gz/refs/heads/feat/backend","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247941825,"owners_count":21022062,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-22T13:20:00.882Z","updated_at":"2025-04-08T23:19:20.580Z","avatar_url":"https://github.com/Srish-ty.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n\n[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n[![Starware](https://img.shields.io/badge/Starware-⭐-black?labelColor=f9b00d)](https://github.com/zepfietje/starware)\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/dscnitrourkela/project-elaichi/blob/main/logo.png\" alt=\"Logo\" width=\"130\"\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eProject Dates\u003c/h1\u003e\n\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n\n## About\n\n**This is the backend repository for campus guide at NIT Rourkela. It is a respository managing the API for managinng, controlling and authorising the users with respect to the mobile application of Avenue.**\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"./RepoCover.png\" width=\"75%\" /\u003e\n\u003c/p\u003e\n\u003ch6 align=\"center\"\u003eProject developed and maintained by DSC NIT Rourkela\u003c/h6\u003e\n\n## Tech Stack\n\nThis project uses the following technologies :\n\n---\n\n## Local Setup\n\nThis section contains the procedure to setup the project on your local machine.\n\n`PREREQUISITE INSTALLATIONS`\n\n\u003e 1. Docker\n\u003e 2. Docker Compose\n\n\u003e Node.js required only for linting locally\n\n1.  **Fork** the repo on GitHub\n2.  **Clone** the project to your own machine\n3.  Prepare the env for project.\n\n`cd api \u0026\u0026 mv .env.example .env`\n\n4.  Add Mongo DB URI in `.env` file\n5.  Create firebase project and add config variables in `.env`\n\n6.  Change dir to api. `cd api`\n7.  run `yarn generate`\n\n### To run the server:\n\n7.  run `yarn run dev`\n\n### To open Apollo Sandbox:\n\n8.  go to \"http://localhost:8000/graphql\"\n\n### To run docker container:\n\n9.  Build the docker image\n\n`docker-compose build --no-cache`\n\n10. Spin the server.\n\n`docker-compose up`\n\n---\n\n## Documentation Notes\n\nThis section contains a quick guide about the features of the application.\n\n---\n\n## Contributing 🎃\n\nThis repository is one of the many repositories maintained by DSC NIT Rourkela NIT Rourkela. \u003cbr\u003e\nOur Slack Community: [Slack Invite](http://bit.ly/NITRDevs) \u003cbr\u003e\n\nPlease refer to the project's style and contribution guidelines for submitting patches and additions. In general, we follow the \"fork-and-pull\" Git workflow.\n\nNOTE 1: Please abide by the [Contributing Guidelines](https://github.com/dscnitrourkela/project-dates/blob/development/CONTRIBUTING.md).\n\nNOTE 2: Please abide by the [Code of Conduct](https://github.com/dscnitrourkela/project-dates/blob/development/CODE_OF_CONDUCT.md).\n\n## Starware\n\n`dscnitrourkela/project-dates` is Starware.\nThis means you're free to use the project, as long as you star its GitHub repository.\nYour appreciation makes us grow and glow up. 🌠\n\n## Contributors ✨\n\nThanks goes to these wonderful people. Check out the roles [here](https://allcontributors.org/docs/en/emoji-key):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/roshankshaw\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/31109201?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRoshan Kumar Shaw\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/dscnitrourkela/project-dates/commits?author=roshankshaw\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#projectManagement-roshankshaw\" title=\"Project Management\"\u003e📆\u003c/a\u003e \u003ca href=\"https://github.com/dscnitrourkela/project-dates/pulls?q=is%3Apr+reviewed-by%3Aroshankshaw\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/HarishTeens\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/33366456?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHarish\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/dscnitrourkela/project-dates/commits?author=HarishTeens\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#projectManagement-HarishTeens\" title=\"Project Management\"\u003e📆\u003c/a\u003e \u003ca href=\"https://github.com/dscnitrourkela/project-dates/pulls?q=is%3Apr+reviewed-by%3AHarishTeens\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/DesignrKnight\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/27865704?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAbel Mathew\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/dscnitrourkela/project-dates/commits?author=DesignrKnight\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#projectManagement-DesignrKnight\" title=\"Project Management\"\u003e📆\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://allcontributors.org\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/46410174?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAll Contributors\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#tool-all-contributors\" title=\"Tools\"\u003e🔧\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n[contributors-shield]: https://img.shields.io/github/contributors/dscnitrourkela/project-dates?style=for-the-badge\n[contributors-url]: https://github.com/dscnitrourkela/project-dates/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/dscnitrourkela/project-dates?style=for-the-badge\n[forks-url]: https://github.com/dscnitrourkela/project-dates/network/members\n[stars-shield]: https://img.shields.io/github/stars/dscnitrourkela/project-dates?style=for-the-badge\n[stars-url]: https://github.com/dscnitrourkela/project-dates/stargazers\n[issues-shield]: https://img.shields.io/github/issues/dscnitrourkela/project-dates?style=for-the-badge\n[issues-url]: https://github.com/dscnitrourkela/project-dates/issues\n[license-shield]: https://img.shields.io/github/license/dscnitrourkela/project-dates?style=for-the-badge\n[license-url]: https://github.com/dscnitrourkela/project-dates/blob/main/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrish-ty%2Fsrc-event-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrish-ty%2Fsrc-event-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrish-ty%2Fsrc-event-server/lists"}