Skip to content

himanshu60/Parent-influencers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Parent-chat-influencers

A parent influencer is a parent who has a significant impact on other people, especially other parents, through social media and online platforms. They use their personal experiences, advice, and recommendations to influence and inspire others in various aspects of parenting, such as sharing parenting tips, product recommendations, family activities, and more. So I am creating a web application using Generative AI for asking questions and answering.


Deployed Link :


  • Individual:- Himanshu Choudhary

frontend

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Site Map for Parent-Chat-Influencers

flow-chat-parent app


What are the requirements?

  • User can log in and sign up
  • User can visit parent-chat
  • User can see previous Conversations using through login again with the same id
  • Users can remove previous chat by clicking on the new-chat button
    • The user can get a response after asking the queries.
    • It will be a private Conversation
  • Logout

Teach Stacks:-

Frontend: Vue.js | CSS | JavaScript |

Backend: Python | Flask | MongoDB |

Node Modules: bcrypt | cors | dotenv | jsonwebtoken

Schema :

  • user

    • name
    • email
    • password
  • prompt

    • id
    • user-id
    • prompt
      • question
      • answer
  • chats

    • id
    • user-id
    • chat
      • text(question/answer)


API Endpoints



User Login/Signup


  • Login

      GET    -   /login
      POST   -   /register
      DELETE -   /clearchat/<id>
    

Parent Chat

    GET    -   /parent/<id>
    POST   -   /parent/<id>
    DELETE -   /clearchat/<id>

Home Page

home-parent

SignUp Page

login-signup-parent

Login Page

login-parent

View Parent-chat Page

parent-chat-conversation-without-login parent-chat-with-conversation with-conversation

Releases

No releases published

Packages

No packages published

Languages