Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitkumaurya/terminal-promt-generator
this is an backend application. which give answer of any text kept in any type of file.
https://github.com/amitkumaurya/terminal-promt-generator
Last synced: 6 days ago
JSON representation
this is an backend application. which give answer of any text kept in any type of file.
- Host: GitHub
- URL: https://github.com/amitkumaurya/terminal-promt-generator
- Owner: AmitKuMaurya
- Created: 2023-12-12T14:14:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T22:05:34.000Z (about 1 year ago)
- Last Synced: 2024-11-09T03:14:27.407Z (2 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## This is a server-side terminal-based application, that reads a file in the very first cmd and generates an explanation as per your questions.
- Video Demonstration of the project.
```HTTP
https://drive.google.com/file/d/117XXN8t95H_BeGlslRMpLq5qYL21ewFq/view
```### Here are some steps to run the app in your system.
* Clone the project.
```bash
git clone https://github.com/AmitKuMaurya/terminal-promt-generator.git
```* Go to the root directory
```bash
cd terminal-promt-generator
```* Install Node Modules.
```bash
npm install or yarn add
```* Include environment variables. mentioned in(.env.example)
* copy from it create a .env file and paste it there.### Now, follow these commands to start the application.
| Steps | Command | Example | Description |
| :------| :-------- | :------- | :-------------------------------------- |
| 1 | npm run dev | node index.js | **Required**. to start the server. |
| 2 | ./random.py | fileName | **Required**. to retrieve the data to fetch. |
| 3 | give prompt | question | **Required**. write, What you wanted to know about the content of the file |* After, that you gonna get an explanation in the terminal.