Skip to content

amirali-safaie/uni_DB_project

Repository files navigation

we are trying to simulate something like Devar with my friends focus on establish database and its problems

to use project create a virtual env..
you can do it in linux like this :
python3 -m venv env
then you should active env :
source env/bin/activate
if you use windows (dont use it) you can activate it by this cammand:
cd env
cd scripts
.\activate
then install requirements like this :
pip install -r requirements.text
but if you use windows first delete the uvloop package from requirements file and after the install the requirements do this:
pip install winloop to connect to your mysql create a file and name it .env inside it store your mysql password as this :
mysql_password="your_pass" and if you use windows set the password in envotiment variable in cmd frist: 1.open the cmd as adminastor 2.use tis command setx MYSQL_PWD "your_mysql_password" then continue ..

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages