Skip to content

sebdanielsson/gik2xk-group12-project

Repository files navigation

gik2xk-group12-project

Usage

Start the database

docker run -d --name store_db -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=store_dev -p 5432:5432 -v store_db:/var/lib/postgresql/data postgres

Start backend

cd backend
npm run start

Start frontend

cd frontend
npm run start

Live

Backend: http:https://localhost:5500
Frontend: http:https://localhost:3000