Skip to content

WidjiWidji/FlowerDex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlowerDex

Check out project here! https://devpost.com/software/flowerdex

How to Use

  1. Clone FlowerDex Respository

  2. In backend folder create virtual environment.

python -m venv venv
  1. Install required modules
pip install requirements.txt
  1. Run local server at desired port
uvicorn main:app --reload --port [PORT]
  1. In frontend folder install dependencies
npm install
  1. Start local server
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors