https://github.com/prince-mendiratta/not-so-slim-app
https://github.com/prince-mendiratta/not-so-slim-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prince-mendiratta/not-so-slim-app
- Owner: Prince-Mendiratta
- Created: 2021-07-14T15:52:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T08:15:18.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T12:41:21.486Z (4 months ago)
- Language: PHP
- Size: 534 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A not-so-slim-app
> Prince MendirattaA web app built upon Slim Framework for testing PHP and Slim concepts.
### Deployment
```git clone [email protected]:Prince-Mendiratta/not-so-slim-app.git
cd not-so-slim-app
sudo apt-get install composer (If you're on linux)
composer install
php -S localhost:8888
```