From ceea12fb4488a0e0f72ccd4304ebf0b3096db3a5 Mon Sep 17 00:00:00 2001 From: Karolina T Date: Fri, 10 Apr 2026 23:17:05 +0200 Subject: [PATCH] Add setup and run to README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 4450cee..c9e60f9 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,28 @@ The product centers on three core goals: Built on Ticketmaster's API, Encore provides real-time event data while maintaining a lightweight, scalable architecture—ready for future features like personalized recommendations, saved events, social sharing, and collaborative event planning. + +## Setup and run +### Clone the repository +```bash +git clone https://gitea.fhgr.ch/augsbunicola/AISE_FS26-FrontendEntwicklungProjekt.git +cd AISE_FS26-FrontendEntwicklungProjekt +``` +### Install backend dependencies + +```bash +npm install +``` +### Configure environment variables (at the moment API key is open to test) + +### Start the backend server + +```bash +node server/server.js +``` +you should see: +```txt +Server running on http://localhost:3000 +``` + +### Open index.html in your browser \ No newline at end of file