Skip to content

axelcedercreutz/stupidhack-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stupidhack-2021

Project for StupidHack 2021

backend

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

frontend

cd front

yarn install

yarn start

mongodb

  1. setup mongo on your computer

  2. run mongod

if that doesn't work, create in your root a folder "db" within "data"

  1. run mongod --dbpath ~/data/db

About

Project for StupidHack 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published