Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 337 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 337 Bytes

NativePHP_NotesAPP

Notes app with native php and docker for local environment.

Using

- Clone this repository
- If you have docker and docker-compose then use docker-compose build and docker-compose up -d
- If you prefer execute on your local machine then use php -S localhost:8000(or whatever port you want) -t public