Skip to content

Commit 5a22c02

Browse files
committed
Add README file
1 parent b20ce90 commit 5a22c02

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

readme.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Build aPHP RESTful API
2+
3+
This is the source code of my Udemy course **Build a Modern REST API with PHP 8**
4+
5+
6+
## The course
7+
8+
It is indispensable to enroll the Udemy course in order to understand and setup properly this project.
9+
10+
11+
## Quick Setup
12+
13+
* Composer & `composer install`
14+
* Run the in-built PHP server `php -S localhost:8080`
15+
16+
17+
## Author
18+
19+
**[Pierre-Henry Soria](https://ph7.me)**. A super passionate and enthusiastic software engineer! 😊 Also, a true cheese 🧀, dark chocolate, and espresso lover! ☕️
20+
21+
22+
## License
23+
24+
This source code is distributed under the open-source [MIT license](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)