Zouclar / MyShop

MyShop is a simple Symfony application between Shop and Products
0 stars 1 forks source link

MyShop

Description:

MyShop is a simple Symfony application between Shops and Products with api documentation and admin plateform

Requirements:

#

To clone my project do:

git clone https://github.com/Zouclar/MyShop.git

After run cd MyShop

To install dependencies of my project just run:

composer install

warning You have to rename your ".env.example" into ".env" and customize to correspond to your database, just report to the doc warning

To have my database structure run:

php bin/console doctrine:database:create

and

php bin/console doctrine:schema:create

You have new database with my structs !

Now to populate your DB, Run:

php bin/console doctrine:fixtures:load

It's done, now just run:

symfony server:start

#

To Administration:

Go to : cd my-admin/ Folder and run:

yarn install

After That just run:

yarn start

Here, you can have all commands allowed in my-admin project

#

And go To:

Application:

Administration:

Enjoy !