{"id":21598133,"url":"https://github.com/fahimahammed/academic-administration-solution-server","last_synced_at":"2026-02-06T02:02:34.345Z","repository":{"id":260342646,"uuid":"694076254","full_name":"fahimahammed/academic-administration-solution-server","owner":"fahimahammed","description":"This repository hosts the backend server for our Academic Administration Solution, a comprehensive system designed to optimize administrative workflows, foster effective communication, and support seamless academic operations for students, faculty, and administrators.","archived":false,"fork":false,"pushed_at":"2024-10-30T19:36:52.000Z","size":270,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-15T23:11:07.766Z","etag":null,"topics":["expressjs","nodejs","postgresql","prisma-orm","typescript","ums"],"latest_commit_sha":null,"homepage":"","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/fahimahammed.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}},"created_at":"2023-09-20T09:31:18.000Z","updated_at":"2024-11-02T06:17:02.000Z","dependencies_parsed_at":"2024-10-30T20:40:07.149Z","dependency_job_id":null,"html_url":"https://github.com/fahimahammed/academic-administration-solution-server","commit_stats":null,"previous_names":["fahimahammed/academic-administration-solution-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fahimahammed/academic-administration-solution-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fahimahammed%2Facademic-administration-solution-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fahimahammed%2Facademic-administration-solution-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fahimahammed%2Facademic-administration-solution-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fahimahammed%2Facademic-administration-solution-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fahimahammed","download_url":"https://codeload.github.com/fahimahammed/academic-administration-solution-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fahimahammed%2Facademic-administration-solution-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29145565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T01:13:33.096Z","status":"online","status_checked_at":"2026-02-06T02:00:08.092Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["expressjs","nodejs","postgresql","prisma-orm","typescript","ums"],"created_at":"2024-11-24T18:11:24.567Z","updated_at":"2026-02-06T02:02:34.327Z","avatar_url":"https://github.com/fahimahammed.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://i.ibb.co/VSMGVXd/logo-secondary.png\" width=\"200\" alt=\"AAS Logo\"\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eAcademic Administration Solution\u003c/h1\u003e\n\u003c/div\u003e\n\n[![Server](https://img.shields.io/badge/Server-Yes-brightgreen)](https://github.com/fahimahammed/academic-administration-solution-server) [![Version](https://img.shields.io/badge/Version-1.0-blue)](https://github.com/fahimahammed/academic-administration-solution-server) [![Build Status](https://img.shields.io/badge/Build-Passing-brightgreen)](https://github.com/fahimahammed/academic-administration-solution-server) [![PostMan Documentation](https://img.shields.io/badge/Documentation-Link-blue)](https://documenter.getpostman.com/view/3910568/2s93ecvq6w) [![License](https://img.shields.io/badge/License-MIT-yellow)](LICENSE)\n\n\u003c!-- [![Release](https://img.shields.io/github/v/release/fahimahammed/academic-administration-solution-server)](https://github.com/fahimahammed/academic-administration-solution-server)\n\n[![Issues](https://img.shields.io/github/issues/fahimahammed/academic-administration-solution-server)](https://github.com/fahimahammed/academic-administration-solution-server/issues) --\u003e\n\n\n\n#\n\nWelcome to the Academic Administration Solution server repository! This server is an integral part of our university management system designed to streamline administrative processes, enhance communication, and facilitate academic operations for students, faculty, and administrators.\n\n\n## Getting Started\n\nTo set up the server locally, follow these steps:\n\n1. **Clone the Repository:** \n   ```bash\n   git clone https://github.com/fahimahammed/academic-administration-solution-server.git\n   ```\n   \n2. **Install Dependencies:** \n   ```\n   cd academic-administration-server\n   yarn install\n   ```\n\n3. **Configure Environment Variables:**\n   - Create a `.env` file in the root directory.\n   - Define the following environment variables:\n     ```\n     NODE_ENV=development\n      PORT=\u003cPORT\u003e\n      DATABASE_URL=\u003cDATABASE_URL\u003e\n      USER_DEFAULT_PASS = \u003cPASSWORD\u003e\n      JWT_SECRET=\u003cSECRET\u003e\n      JWT_EXPIRES_IN=\u003cJWT_EXPIRES_IN\u003e\n      JWT_REFRESH_SECRET=\u003cJWT_REFRESH_SECRET\u003e\n      JWT_REFRESH_EXPIRES_IN=\u003cJWT_REFRESH_EXPIRES_IN\u003e\n      PASS_RESET_TOKEN_EXPIRES_IN=\u003cPASS_RESET_TOKEN_EXPIRES_IN\u003e\n      CLOUD_NAME=\u003cCLOUD_NAME\u003e\n      API_KEY=\u003cAPI_KEY\u003e\n      API_SECRET=\u003cAPI_SECRET\u003e\n      FORGOT_PASS_RESET_LINK=\u003cFORGOT_PASS_RESET_LINK\u003e\n      EMAIL=\u003cEMAIL\u003e\n      APP_PASS=\u003cAPP_PASS\u003e\n      STORE_ID=\u003cSTORE_ID\u003e\n      STORE_PASSWORD=\u003cSTORE_PASSWORD\u003e\n      PAYMENT_API=\u003cPAYMENT_API\u003e\n      VALIDATION_API=\u003cVALIDATION_API\u003e\n      SUCCESS_URL=\u003cSUCCESS_URL\u003e\n      CANCEL_URL=\u003cCANCEL_URL\u003e\n      FAILED_URL=\u003cFAILED_URL\u003e\n     ```\n\n4. **Database Setup:**\n   - Ensure that you have a compatible database system (e.g., PostgreSQL) installed and running.\n   - Update the `DATABASE_URL` variable in `.env` with your database connection string.\n\n5. **Run the Server:**\n   ```\n   yarn dev\n   ```\n\n## Technology Stack\n\n- **Prisma ORM:** Modern database toolkit for TypeScript and Node.js.\n- **TypeScript:** Typed superset of JavaScript that compiles to plain JavaScript.\n- **JWT:** Secure method for authentication and generating access tokens.\n- **Node.js:** Server-side JavaScript runtime.\n- **Express.js:** Web application framework for Node.js.\n- **Node Mailer:** Module for sending emails from Node.js applications.\n- **Cloudinary:** Cloud-based image and video management platform.\n- **bcrypt:** Password hashing library for securing user credentials.\n- **Multer:** Middleware for handling multipart/form-data for file uploads.\n\n## ERD\n![ERD](https://i.ibb.co/XWT2jXZ/AAS-ERD.png)\n\n## Contributors\n- Fahim Ahammed Firoz \u003chttps://github.com/fahimahammed\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffahimahammed%2Facademic-administration-solution-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffahimahammed%2Facademic-administration-solution-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffahimahammed%2Facademic-administration-solution-server/lists"}