Skip to content

srtk-Negi/PixelPulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

137 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PixelPulse

To see it working, first clone the repo

Then run the backend server -

  • python -m venv menv
  • For windows - ./menv/Scripts/activate
  • For mac - source menv/bin/activate
  • Select python interpreter to be venv
  • Install the dependencies using pip install -r requirements.txt
  • uvicorn app:app --reload

Then run the frontend -

  • cd frontend
  • npm install
  • npm run dev

This will launch the home page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors