Skip to content

Tofu311/wardrobe-wizards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

289 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wardrobe Wizards

Hosted

This website is automatically deployed to our server using Github Actions.

Hosted Frontend: https://wardrobewizard.fashion

Hosted Backend: https://api.wardrobewizard.fashion

Development

Frontend (React + Typescript + TailwindCSS)

First, run the development server:

npm run dev

Open http://localhost:5173 with your browser to see the result.

Mobile (Flutter)

Flutter and Android Studio/Xcode need to be installed to build & run mobile app

flutter run

API (Node + Typescript + Express)

You must create a .env file in the api folder, with the OPENAI_API_KEY=YOUR_KEY included in it.

You will also need a RemoveBG api key to set in the .env as REMOVE_BG_API_KEY=YOUR_KEY

Install NPM Packages

npm install

Run Development Server

npm run dev

Compile and Start Server

npm run build
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors