Skip to content

only-keval/VirtualHRManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual HR Manager

screenshot

Run locally

Dependencies

  • python
  • react.js

Python dependencies

pip install flask
pip install flask-cors
pip install -q -U google-generativeai

Get Gemini API key from here set environment variable GOOGLE_API_KEY to your api key either via command or create .env in Backend folder and put

GOOGLE_API_KEY=your_api_key

react dependencies

you need to have node.js, npm and react-scripts and then run

npm install

to install dependencies

Run Backend server

Run the flask backend server using

flask --app Backend/main run

Run frontend server

Run the react project using

cd Frontend
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors