Skip to content

AnuragJha003/GDSC-Session-Full-Stack-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDSC JU Full stack

A learning useful application that combines both frontend and backend components . Follow the steps below to set up and run Gemini AI on your local machine.

Badges

MIT License GPLv3 License AGPL License

Authors

Deployment and Installation

Installation

After cloning the repository, navigate to the project directory and install the required dependencies using the following command:

  npm i

FrontEnd Deployment

Open a new terminal and run the following command to start the frontend of Gemini AI:

  cd frontend 
  npm run dev 

Backend Deployment

Open two new terminals and run the following command to start the backend of Gemini AI:

  cd backend
  nodemon index.js
  cd backend2
  nodemon index.js

Backend is for the Gemini text response and Backend2 is for the Gemini image response which comes after uploading of an image.

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Releases

No releases published

Packages

No packages published