mirror of
https://framagit.org/tykayn/date-poll-api
synced 2023-08-25 08:23:11 +02:00
infos deps
This commit is contained in:
parent
a83cfb3edf
commit
4d0b6a8aed
12
README.md
12
README.md
@ -124,6 +124,18 @@ php bin/console doctrine:schema:validate
|
||||
```
|
||||
|
||||
## Getting started
|
||||
Have the right dependencies, a domain name, and run the install script.
|
||||
### Dependencies
|
||||
* PHP 8+
|
||||
* symfony CLI tool
|
||||
* composer, the PHP dependencies manager
|
||||
* a database like Mysql
|
||||
* a proper .env file
|
||||
### run scripts
|
||||
```bash
|
||||
bash update.sh
|
||||
symfony serve # to start the API on https://localhost:8000
|
||||
```
|
||||
|
||||
# Development
|
||||
install dependencies with Composer
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 2820baa227c48d780a0eca99acc5f660adbe03ea
|
Loading…
Reference in New Issue
Block a user