Tetris - play
Classic tetris game built with MongoDB, Flask and React.js
the project uses MongoDB to store highest 10 scores.
- Create mongodb database called
tetris - Create
scorescollection - Run
mongod
Run script/server script to start Flask server;
cdintoserverfolder- install
pipdependencies - and run the
server.py
Run script/frontend script to;
- install
npmdependencies - start
devserver