Skip to content

A Page in Time: Challenge for DaTe Time Travel CTF, 16:20 6/9/2024 - 16:20 18/9/2024

Notifications You must be signed in to change notification settings

keanderss/CTF2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTF2024 (A Page in Time)

Clone repo

git clone https://github.com/keanderss/CTF2024.git

Configure environment

client/src/components/Timebook.tsx set the API base url:

const API_BASE_URL = http://localhost:5175;

server/index.js disable cors:

app.use(
	cors(/* {
		origin: "https://page-in-time.vercel.app",
		methods: ["GET", "POST"],
	} */)
);

Build and run

docker-compose up

Visit localhost