Backend Docs
This is Shyari Generator Backend Section so user can use this to generate shayaari in hindi or English Both.
git clone https://github.com/Amanmandal-M/Shayari_Generator.git
cd Backend
npm i / npm install
npm run start
node server.js
├── index.js
├── configs
| └── db.js
├── models
| └── shayariModels.js
├── routes
| └── shayariRoutes.js
├──controllers
| └── shayariControllers.js
Note :
-
You can use any of them .
-
Before doing anything first create .env file and put your
OPENAI_API_KEY = <Your OpenAI Key>
Frontend Docs
This is Shyari Generator Frontend Section so user can use this to generate shayaari in hindi or English Both.