Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikeheul/sfmakefile


https://github.com/mikeheul/sfmakefile

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# Symfony MakeFile Application

This is a Symfony-based web application that includes a section to display product / categories

## Installation

### Prerequisites

- PHP >=8.2
- Make (for Windows : https://gnuwin32.sourceforge.net/packages/make.htm)
- Composer
- Symfony CLI
- MySQL Database

### Setup

1. Clone the repository:

```bash
git clone https://github.com/mikeheul/SfMakeFile.git [name_repo]
```

2. Install dependencies:

```bash
make first-install
```
And ... that's it !