{"id":19318061,"url":"https://github.com/rahulsm20/ai-chatbot-api","last_synced_at":"2026-04-02T02:51:05.222Z","repository":{"id":190815794,"uuid":"683286165","full_name":"rahulsm20/ai-chatbot-api","owner":"rahulsm20","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-26T13:58:26.000Z","size":114,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-06T04:27:01.296Z","etag":null,"topics":["api","express","jwt","node","sequelize","sqlite","typescript"],"latest_commit_sha":null,"homepage":"https://chatbot-api-y4tz.onrender.com/","language":"TypeScript","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/rahulsm20.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}},"created_at":"2023-08-26T04:52:23.000Z","updated_at":"2023-09-22T09:53:03.000Z","dependencies_parsed_at":"2023-08-26T14:41:43.163Z","dependency_job_id":null,"html_url":"https://github.com/rahulsm20/ai-chatbot-api","commit_stats":null,"previous_names":["rahulsm20/ai-chatbot-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulsm20%2Fai-chatbot-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulsm20%2Fai-chatbot-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulsm20%2Fai-chatbot-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulsm20%2Fai-chatbot-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rahulsm20","download_url":"https://codeload.github.com/rahulsm20/ai-chatbot-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240420981,"owners_count":19798502,"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":["api","express","jwt","node","sequelize","sqlite","typescript"],"created_at":"2024-11-10T01:17:11.967Z","updated_at":"2025-10-08T04:42:21.955Z","avatar_url":"https://github.com/rahulsm20.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Chatbot API\n[Postman Documentation](https://documenter.getpostman.com/view/22495929/2s9Y5YRh8F)  \n[Deployed Link](https://chatbot-api-y4tz.onrender.com/)\n- Index\n  - [Tech Stack](#tech-stack)\n  - [Steps to run locally](#steps-to-run-locally)\n  - [Data flow](#data-flow)\n\n### Tech stack\n* Node.js\n* ExpressJS\n* Typescript\n* JWT\n* SQLite\n* Sequelizer\n  \n### Steps to run locally\n* Clone this repo\n    ```\n    git clone https://github.com/rahulsm20/ai-chatbot-api.git\n    ```\n* Enter cloned folder\n    ```\n    cd ai-chatbot-api\n    ```\n* Install packages\n    ```\n    npm install \n    ```\n* Create a .env file at the root of the project to hold your JWT Secret as an environment variable named JWT_SECRET and the port on which you want the server to run\n  * Example\n    ```\n    JWT_SECRET=VRXn04qgdzqfmvqRlmFQ1JA1f\n    PORT=4000\n    ```\n* Run the project\n  * Dev mode\n    ```\n    npm run dev\n    ```\n  * Production mode\n    * Create a build\n        ```\n        npm run build\n        ``` \n    * Run build\n      ```\n      npm start\n      ``` \n* Run using docker \n  * Build the image\n    * ```\n      docker build -t \u003cimage-name\u003e .\n      ```\n  * Run\n    * ```\n      docker run -p \u003cport_forward\u003e:\u003cport_running\u003e \u003cimage-name\u003e\n      ```\n\n### Data flow\n![data-flow](https://github.com/rahulsm20/ai-chatbot-api/assets/77540672/e9e9b183-7e47-4aa9-8883-fda92ac7bce4)\n\n### Database Schema\n![schema-diagram](https://github.com/rahulsm20/ai-chatbot-api/assets/77540672/1a31504c-6ffc-4344-bbc4-af8a4b6b00cc)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahulsm20%2Fai-chatbot-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahulsm20%2Fai-chatbot-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahulsm20%2Fai-chatbot-api/lists"}