Draw a card and guess your lucky number!
Clone this project.
git clone https://github.com/myitinos/guess-lucky-number.git
cd guess-lucky-number
make run
create file database.db
touch database.db
use docker compose to run it:
docker compose up --build -d
docker compose down
if there's no error it should be running in your local machine, access it with a browser at url: http://127.0.0.1
or here
-
Q: How to clone this project to my machine?
-
A: Use git clone! Google is your friend, there's so much tutorial on git 101
-
Q: I don't have docker, how to install?
-
A: Follow the tutorial HERE or search on google, don't be afraid of google my friend.