Skip to content

Merteg/memo-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Frameworks Memory Game

Run Project by docker-compose

All you need - it's one command:

docker-compose up

That's all!

Now you can see the application by:

localhost:3000

Also, if you need, adminer for db is here: Adminer:

localhost:9008

All configs you can find and set in:

docker-compose.yml
back/config.ini
front/src/config.json

Init tables db

Change your work dir to back

cd way/to/project/back/

To create tables and push test data open your Terminal and run:

python db_init.py

Don't forget to run PostgreSQL (by docker or smth else).

That's all.

About

React-create-app, WSGI memory game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published