Project for StupidHack 2021
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
source $HOME/.poetry/env
cd back
poetry install
poetry run python app.py
cd front
yarn install
yarn start
-
setup mongo on your computer
-
run
mongod
if that doesn't work, create in your root a folder "db" within "data"
- run
mongod --dbpath ~/data/db