{"id":26091638,"url":"https://github.com/fayasnoushad/writing-assistant","last_synced_at":"2026-02-18T05:35:02.825Z","repository":{"id":280142235,"uuid":"940902355","full_name":"fayasnoushad/writing-assistant","owner":"fayasnoushad","description":"An AI-powered writing assistant website built with a ReactJS frontend and a backend powered by ExpressJS and Python FastAPI.","archived":false,"fork":false,"pushed_at":"2025-03-01T03:43:57.000Z","size":138,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T07:13:08.581Z","etag":null,"topics":["express-js","fastapi","gemini-api","mern-stack","react","writing-assistant","writing-tool"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/fayasnoushad.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},"funding":{"github":["FayasNoushad"],"custom":["https://paypal.me/FayasN"]}},"created_at":"2025-03-01T02:50:26.000Z","updated_at":"2025-07-19T06:17:31.000Z","dependencies_parsed_at":"2025-03-01T14:39:32.843Z","dependency_job_id":"55358f15-4cec-4306-9024-3f41f55c5273","html_url":"https://github.com/fayasnoushad/writing-assistant","commit_stats":null,"previous_names":["fayasnoushad/writing-assistant"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fayasnoushad/writing-assistant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fayasnoushad%2Fwriting-assistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fayasnoushad%2Fwriting-assistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fayasnoushad%2Fwriting-assistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fayasnoushad%2Fwriting-assistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fayasnoushad","download_url":"https://codeload.github.com/fayasnoushad/writing-assistant/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fayasnoushad%2Fwriting-assistant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29569856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T04:18:28.490Z","status":"ssl_error","status_checked_at":"2026-02-18T04:13:49.018Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["express-js","fastapi","gemini-api","mern-stack","react","writing-assistant","writing-tool"],"created_at":"2025-03-09T10:22:33.775Z","updated_at":"2026-02-18T05:34:57.816Z","avatar_url":"https://github.com/fayasnoushad.png","language":"JavaScript","funding_links":["https://github.com/sponsors/FayasNoushad","https://paypal.me/FayasN"],"categories":[],"sub_categories":[],"readme":"# Writing Assistant\n\nAn AI-powered writing assistant website built with a ReactJS frontend and a backend powered by ExpressJS and Python FastAPI.\n\n---\n\n## Features\n\n- **Grammar Checking**: Corrects grammar mistakes in your text.\n- **Improvement Suggestions**: Provides suggestions to improve your text.\n\n---\n\n## Used Technologies\n\n- **Frontend**: ReactJS\n- **Backend**: ExpressJS, Python FastAPI\n- **AI Model**: Gemini Pro\n- **Database**: MongoDB\n- **Authentication**: JWT\n\n---\n\n## How to run?\n\n\u003e **Note**: Ensure you add your API keys and required environment variables in the `.env` file as shown in the `.env.example` file.\n\n---\n\n#### Run express.js backend\n\n1. Go to the `backend` directory.\n   ```bash\n   cd backend\n   ```\n2. Install the required dependencies:\n   ```bash\n   npm install\n   ```\n3. Run the following command:\n   ```bash\n   npm run dev\n   ```\n4. The backend server will start running on `http://localhost:5000`.\n\n#### Run python-backend\n\n1. Go to the `python-backend` directory.\n   ```bash\n   cd backend\n   ```\n2. Create a virtual environment:\n   ```bash\n   python3 -m venv .venv\n   ```\n3. Activate the virtual environment:\n   \u003e linux command\n   ```bash\n   . ./.venv/bin/activate\n   ```\n4. Install the required dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n5. Run the following command:\n   ```bash\n   fastapi run\n   ```\n6. The backend server will start running on `http://localhost:8000`.\n\n#### Run frontend\n\n1. Go to the `frontend` directory.\n   ```bash\n   cd frontend\n   ```\n2. Install the required dependencies:\n   ```bash\n   npm install\n   ```\n3. Run the following command:\n   ```bash\n   npm run dev\n   ```\n4. The frontend server will start running on `http://localhost:5173`.\n\n---\n\n## Screenshots\n\n\u003cimg src=\"./screenshots/home.png\" width=\"45%\" style=\"margin: 10px;\"\u003e \u003cimg src=\"./screenshots/draft.png\" width=\"45%\" style=\"margin: 10px;\"\u003e\n\u003cimg src=\"./screenshots/register.png\" width=\"45%\" style=\"margin: 10px;\"\u003e \u003cimg src=\"./screenshots/login.png\" width=\"45%\" style=\"margin: 10px;\"\u003e\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffayasnoushad%2Fwriting-assistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffayasnoushad%2Fwriting-assistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffayasnoushad%2Fwriting-assistant/lists"}