Add dotenv module to manage environment variables

This commit is contained in:
Dario Genga
2019-12-03 00:18:04 +01:00
parent 1939d88457
commit 302d6abbde
19 changed files with 261 additions and 4 deletions

View File

@ -1,2 +1,8 @@
# FE_Charts
Fire Emblem Charts is a mobile application that allows you to view the statistics of the characters in the game Fire Emblem Three Houses in the form of graphics.
## Setup the server
Copy the `.env-example` file and rename it to `.env`, then set the value of each variables corresponding to your environments.
Install the dependencies with `npm install`, then run the server with `npm start`