/guess-lucky-number

guess your lucky number

Primary LanguagePythonMIT LicenseMIT

CTF Challenge - Guess Lucky Number

Draw a card and guess your lucky number!

How to run locally

Clone this project.

git clone https://github.com/myitinos/guess-lucky-number.git
cd guess-lucky-number

With makefile

make run

Manual

create file database.db

touch database.db

use docker compose to run it:

docker compose up --build -d

How to stop?

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

FAQ

  • 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.