Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prawee/symfony-api
practise using symfony make restful
https://github.com/prawee/symfony-api
Last synced: about 1 month ago
JSON representation
practise using symfony make restful
- Host: GitHub
- URL: https://github.com/prawee/symfony-api
- Owner: prawee
- Created: 2020-02-13T13:35:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T18:21:13.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T16:45:51.367Z (3 months ago)
- Language: PHP
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Symfony API
practise using symfony make restful# Create Project
```bash
git clone https://github.com/prawee/symfony-api.git
cd symfony-api
symfony server:start
```