/gstore

Primary LanguageJavaScript

gstore

    an ecemmerce website for managing transaction of greenpellar

how to run

git clone the repository
go to core/ module run 
 ```  npm i && npm run export  ``` 
then go to logger/ module run 
 ``` npm i npm run export ``` 

the go to green/ module run
 ``` npm i ``` 

 ``` 
docker build -t greenpellar-image .
 ``` 
then go to infra/database file  and run 
 ``` docker-compose up ```