Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fabdoc27/anonymous-feedback
- Owner: Fabdoc27
- Created: 2024-09-05T18:08:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T18:10:57.000Z (3 months ago)
- Last Synced: 2024-09-12T09:02:27.353Z (2 months ago)
- Topics: php, tailwindcss
- Language: PHP
- Homepage:
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).