Skip to content

Abderrahmane-Deffaf/dz_mohami_front

Repository files navigation

to run the front

clone the repo

cd to : dz_mohami_front

run : npm i

run : npm run dev

you find the up running @ localhost:5173/

to run tests : npm t

to run the backend

cd GL-Project

run : docker-compose build

then : docker-compose up

you find the app running @ localhost:8000/docs

to fill the data base

go to docker then to fastapi app teminal and run: python seeder/seeder.py

to make a user admin go to docker and then to mysql terminal and enter mysql db

the password is : root

run this command : UPDATE user SET role="admin" WHERE id=?

after that restart docker app and everything is set know

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages