âī¸ Configuration
Before starting the API you need to do some steps:
1. Setup environment variablesâ
Duplicate the example.env
file and name it .env
. Then, fill configurations with desired values.
NODE_ENV="development" # Current environment.
JWT_SECRET="..." # secret key used for generating JWT
DATABASE_URL="" # Database connection string