Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 670 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 670 Bytes

outfits

App for creating/managing outfits. Tech stack:

  • Back-end:
    • Python, Flask, TinyDB
  • Front-end:
    • React, Redux, Webpack

To run the app:

  • clone the repo
  • navigate to it in terminal
brew install python3 yarn
pip3 install virtualenv
source ./setup.sh
export FLASK_APP=app.py
flask run
  • open a new terminal window
  • navigate to the project folder
npm start