Skip to content

Project for an university subject called Software Development at Big Scale

Notifications You must be signed in to change notification settings

QOAJAD/History-Clinic-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medical History

Project for subject Large-Scale Software Development.

Setting up the MySQL environment

In order to execute the SQL script, you must execute the following command while on the qoajad_db folder

docker-compose up -d

Once the environment has been set, you can connect through the following commands

docker ps
docker exec -it mh-users-mysql /bin/bash
mysql -u qoajad -p
mysql> use qoajad_users

You must replace the above fields with the respective container, user and database names that you have set up.

About

Project for an university subject called Software Development at Big Scale

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published