From 98b73df65b88b1b24fa27a4538472e99c00a9f5e Mon Sep 17 00:00:00 2001 From: Gisli Nielsen <gislion@stud.ntnu.no> Date: Thu, 9 May 2024 14:12:36 +0200 Subject: [PATCH] Added info about mysql --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8aa49b..0d43d07 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ ElectroMart is an electronics store that sells a large variety of different elec applications # Deployment +You need to setup MySQL and import the project_db.sql file. NOTE: The database does not store its data in porject_db.sql so this file will not be updated if data comes into the database. The service can be hosted locally on your computer after running the code included in the `Backend` directory. The service can be accessed at the URL: `http://localhost:8080` ## Services being provided -- GitLab