YoubaImkf / E-Store-

Symfony project using postgresql🫡

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Symfony - E-Store 📄

This project has been realized with Symfony.

🎉 Getting started

Welcome to Hemp Store ! 🌿⚗️

The prerequisites

You must have symphony with composer installed.

👼 Creating the project

  1. Copy the project with git clone:
# clone most recent project
git clone https://github.com/YoubaImkf/hemp-store.git
# enter project folder
cd project ./hemp-store

⚙️ Setup environment

  1. Install the node packages:
# if there is something into package.json
npm install

▶️ Running the app

Start the web app with:

symfony server:start  # live reloading mode


TODO 🧹

  • Generate a basic authentication system
  • Add entities and create tht database
  • Configire controllers
  • Manage cart system
    • Function Add product
    • Function remove product
  • Fix the CSS ...

About

Symfony project using postgresql🫡


Languages

Language:PHP 73.3%Language:Twig 26.2%Language:CSS 0.5%