Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amanmandal-m/shayari_generator
This is Shyaari Generator App so user can use this to generate shayaari in hindi or English Both.
https://github.com/amanmandal-m/shayari_generator
cors css dotenv express-js html javascript mongoose node-js render
Last synced: about 9 hours ago
JSON representation
This is Shyaari Generator App so user can use this to generate shayaari in hindi or English Both.
- Host: GitHub
- URL: https://github.com/amanmandal-m/shayari_generator
- Owner: Amanmandal-M
- Created: 2023-06-27T15:22:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-30T03:37:23.000Z (10 months ago)
- Last Synced: 2024-04-09T14:57:37.270Z (7 months ago)
- Topics: cors, css, dotenv, express-js, html, javascript, mongoose, node-js, render
- Language: JavaScript
- Homepage: https://shayari-generator.netlify.app/
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Shayari Generator
Backend Docs
Shayari Generator Backend
## About
This is Shyari Generator Backend Section so user can use this to generate shayaari in hindi or English Both.
## Clone Repository
```
git clone https://github.com/Amanmandal-M/Shayari_Generator.git
```
## Installation
```
cd Backendnpm i / npm install
```
## Start the Backend server
```
npm run startnode server.js
```
## MVC Structure
```
├── 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 = `
## Backend Deployment URL
Render
Frontend Docs
Shayari Generator Frontend
## About
This is Shyari Generator Frontend Section so user can use this to generate shayaari in hindi or English Both.
## Frontend Deployment URL
Netlify