Files
traque/traque-back
..
2024-04-17 18:55:08 +00:00
2024-04-24 15:56:43 +02:00
2024-04-24 15:50:43 +00:00
2024-04-24 15:56:43 +02:00
2024-03-27 23:55:53 +01:00
2024-04-19 22:34:50 +00:00
2024-06-10 18:40:45 +00:00

template of the .env file

ADMIN_PASSWORD = 'admin password here'
HOST = 'traque.rezel.net'
PORT = 3001
SSL_KEY = "../proxy/ssl/privkey.pem"
SSL_CERT = "../proxy/ssl/cert.pem"

Run dev version

First install the dependencies

npm install

Then run the server

npm start

Make sure an uploads folder is present in the root directory of the backend