Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabdoc27/anonymous-feedback

PHP-based anonymous feedback application using file storage
https://github.com/fabdoc27/anonymous-feedback

php tailwindcss

Last synced: 14 days ago
JSON representation

PHP-based anonymous feedback application using file storage

Awesome Lists containing this project

README

        

# Anonymous Feedback Application

A simple PHP-based anonymous feedback application.

## Getting Started

1. **Clone the repository:**

```shell
git clone [email protected]:Fabdoc27/Anonymous-Feedback.git
cd Anonymous-Feedback
```

2. **Set writable permissions:**

Make sure the `data` directory is writable:

```shell
chmod -R 755 data
```

3. **Run the project:**

Start the PHP development server:

```shell
php -S localhost:8080
```

4. **Access the application:**

Open your browser and go to [http://localhost:8080](http://localhost:8080).