{"id":26298787,"url":"https://github.com/amalchandru/luna","last_synced_at":"2026-04-02T03:03:53.250Z","repository":{"id":253845709,"uuid":"844703536","full_name":"AmalChandru/luna","owner":"AmalChandru","description":"Luna 🛸 : A modular web application built with Flask for managing books","archived":false,"fork":false,"pushed_at":"2024-09-05T07:08:06.000Z","size":705,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T17:57:05.902Z","etag":null,"topics":["flask","javascript","jinja2","mongodb","python3","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/AmalChandru.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,"zenodo":null}},"created_at":"2024-08-19T19:58:25.000Z","updated_at":"2024-09-05T07:08:09.000Z","dependencies_parsed_at":"2024-09-05T23:59:08.262Z","dependency_job_id":null,"html_url":"https://github.com/AmalChandru/luna","commit_stats":null,"previous_names":["amalchandru/luna"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AmalChandru/luna","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmalChandru%2Fluna","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmalChandru%2Fluna/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmalChandru%2Fluna/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmalChandru%2Fluna/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmalChandru","download_url":"https://codeload.github.com/AmalChandru/luna/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmalChandru%2Fluna/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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":["flask","javascript","jinja2","mongodb","python3","tailwindcss"],"created_at":"2025-03-15T06:36:39.146Z","updated_at":"2026-04-02T03:03:53.227Z","avatar_url":"https://github.com/AmalChandru.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Luna 🛸\n\nLuna is a powerful library management application designed to help librarians manage books, members, and transactions efficiently. Built using Flask, MongoDB, Jinja, and Tailwind CSS, Luna provides a user-friendly interface and robust functionality for library operations. \n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExeXl1eHpvdXEza3lyZHNza3l4bXBpZ2MycjFiOHp1MWR6eDh0ZTN2eiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9dg/pBoI7kes1IANE0pD2f/giphy.gif\" alt=\"Rick n Morty with Luna\"\u003e\n   \u003cbr\u003e\n   \u003cstrong\u003eWubba Lubba Dub Dub!\u003c/strong\u003e - \u003cem\u003e\u003csmall\u003eRick n' Morty discussing about Luna\u003c/small\u003e\u003c/em\u003e\n\u003c/p\u003e\n\n## Table of Contents\n\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [API Endpoints](#api-endpoints)\n- [Brewed with:](#brewed-with)\n- [Contributing](#contributing)\n\n## Features\n\n- **📚 Book Management**: Add, edit, delete, and list books in the library.\n- **👥 Member Management**: Register, update, and manage library members.\n- **💳 Transaction Management**: Handle book issuance and returns with fee calculations.\n- **📥 Data Import**: Bulk import books using the Frappe API interface.\n\n## Installation\n\nTo get started with Luna, follow these steps:\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/AmalChandru/luna.git\n   cd luna-library-management\n   ```\n\n2. **Set up a virtual environment** (optional but recommended):\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n   ```\n\n3. **Install the required dependencies**:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. **Set up MongoDB**:\n   - Ensure you have MongoDB installed and running.\n   - Update the database connection string in the [configuration file](./app/config/development.py).\n\n5. **Run the application**:\n   ```bash\n   flask run\n   ```\n\n6. **Access the application**:\n   Open your web browser and go to `http://127.0.0.1:5000/books`.\n\n## Usage\n\n- Navigate through the application to manage books, members, and transactions.\n- Use the provided API endpoints for programmatic access to the application features.\n\n## API Endpoints\n\nHere are some key API endpoints available in Luna:\n\n### Books\n- **List Books**: `GET /books/`\n- **Add Book**: `POST /books/add`\n- **Edit Book**: `POST /books/edit/\u003cid\u003e`\n- **Delete Book**: `POST /books/delete_book/\u003cid\u003e`\n\n### Members\n- **List Members**: `GET /members/`\n- **Add Member**: `POST /members/add`\n- **Edit Member**: `POST /members/edit/\u003cid\u003e`\n- **Delete Member**: `POST /members/delete_member/\u003cid\u003e`\n\n### Transactions\n- **List Transactions**: `GET /transactions/`\n- **Create Transaction**: `POST /transactions/create`\n- **Close Transaction**: `POST /transactions/close/\u003ctransaction_id\u003e`\n\nFor more details and screenshots please checkout [documentation](./docs/)\n\n## Brewed with:\n\n- **[Windmill Dashboard](https://github.com/estevanmaito/windmill-dashboard)**: Multi-theme, accessible dashboard with Tailwind CSS. 🛠️\n- **[The Flask Mega-Tutorial](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world)**: Engaging tutorial for learning Flask. 📚\n- A generous splash of Coffee ☕ and a sprinkle of Love ❤️\n\n## Contributing\n\nContributions are welcome! If you have suggestions or improvements, please create a pull request or open an issue.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famalchandru%2Fluna","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famalchandru%2Fluna","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famalchandru%2Fluna/lists"}