{"id":25222851,"url":"https://github.com/AdityasWorks/GO-CRUD-application","last_synced_at":"2025-10-25T21:30:24.721Z","repository":{"id":276264625,"uuid":"842179488","full_name":"AdityasWorks/ToDo-CRUD-application","owner":"AdityasWorks","description":"A Fullstack CRUD ToDo Application","archived":false,"fork":false,"pushed_at":"2024-10-05T09:48:31.000Z","size":21945,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T07:59:44.388Z","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/AdityasWorks.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":"2024-08-13T20:45:26.000Z","updated_at":"2024-10-05T09:48:35.000Z","dependencies_parsed_at":"2025-02-07T07:59:46.027Z","dependency_job_id":"2b804ee3-b323-4417-bdd5-dc92c923e2a1","html_url":"https://github.com/AdityasWorks/ToDo-CRUD-application","commit_stats":null,"previous_names":["adityasworks/todo-crud-application"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityasWorks%2FToDo-CRUD-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityasWorks%2FToDo-CRUD-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityasWorks%2FToDo-CRUD-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityasWorks%2FToDo-CRUD-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdityasWorks","download_url":"https://codeload.github.com/AdityasWorks/ToDo-CRUD-application/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238207661,"owners_count":19434096,"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":"2025-02-10T23:58:58.547Z","updated_at":"2025-10-25T21:30:24.200Z","avatar_url":"https://github.com/AdityasWorks.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ToDo CRUD Application\n\nThis is a full-stack **ToDo CRUD** (Create, Read, Update, Delete) application built using **Go**, **React**, and **MongoDB**, with deployment on **Railway**.\n\n## Deployment\n\nThe application is deployed on **Railway**. You can access the live version here: [Live Demo](https://todo-crud-application-production.up.railway.app/).\n\n## Features\n\n- **Create** a new task\n- **Read** or view tasks\n- **Update** an existing task\n- **Delete** a task\n- **Light and Dark mode** user interface\n- Real-time data fetching, caching, and updates using **TanStack Query**\n\n## Tech Stack\n\n- **Go**: Backend framework\n- **Vite + React**: Frontend \n- **MongoDB**: NoSQL database for storing tasks\n- **Railway**: Deployment platform\n\n## Prerequisites\n\nEnsure the following are installed on your system:\n\n- **Go**\n- **Node.js**\n- **MongoDB**\n\n## Environment Variables\n\nCreate a `.env` file in the root of your project with the following content:\n\n```bash\nPORT=4000\nENV=development\nMONGODB_URI=your-mongodb-uri\n```\n\nReplace `your-mongodb-uri` with your actual MongoDB connection string.\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/AdityasWorks/ToDo-CRUD-application.git\n```\n\n2. Navigate to the project directory:\n\n```bash\ncd todo-crud-application\n```\n\n3. Install backend dependencies:\n\n```bash\ngo mod tidy\n```\n\n4. Install frontend dependencies:\n\n```bash\ncd client\nnpm install\n```\n\n## Running the Application\n\n1. Start the backend server (ensure you are in the main `todo-crud-application` folder):\n\n```bash\nair\n```\n\nThis uses **Air** for live-reloading in Go. If you don’t have **Air** installed, you can install it with:\n\n```bash\ngo install github.com/cosmtrek/air@latest\n```\n\nAlternatively, you can start the backend server without **Air**:\n\n```bash\ngo run main.go\n```\n\n2. Start the frontend server:\n\n```bash\ncd client\nnpm run dev\n```\n\n3. Visit the application at `http://localhost:PORT`.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n## Acknowledgements\n\n- [Railway](https://railway.app/)\n- [Go](https://golang.org/)\n- [React](https://reactjs.org/)\n- [MongoDB](https://www.mongodb.com/)\n- [TanStack Query](https://tanstack.com/query/v4)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdityasWorks%2FGO-CRUD-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAdityasWorks%2FGO-CRUD-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdityasWorks%2FGO-CRUD-application/lists"}