1
0
mirror of https://framagit.org/tykayn/date-poll-api synced 2023-08-25 08:23:11 +02:00

add frontend instructions

This commit is contained in:
Tykayn 2022-12-21 18:17:22 +01:00 committed by tykayn
parent cb62739613
commit e3b4d6e196

View File

@ -172,7 +172,11 @@ set a virtual host on your server, configure CORS access to have the API to work
configure database access in a .env.local file , replace variables
DATABASE_URL=mysql://database_user:db_user_password@127.0.0.1:3306/database_name
this file is not versionned and should stay like this.
## Setup the default funky frontend
Use the scripts to get the framadate funky frontend and update it
```bash
bash front_update.sh
```
## cronjob to delete expired polls
you can open your crontabl in command line with :
```