Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 653 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 653 Bytes

image-search-engine

This project uses react-flask stack for front-end and backend respectively. It also assumes that you have redis and mongodb installed.

Environment setup and install dependencies

./install.sh

For react, you will need to install yarn. After installing, run these commands to do the initial setup for react.

yarn
yarn build

Run the flask server

pyhton server.py