Releases: anthonyolazabal/ese-companion
Releases · anthonyolazabal/ese-companion
ese-companion 1.0.1
New standalone release.
This requires :
NodeJS 18 or more
Java Runtime
Prepare the database before running the application (see repository documentation).
Two important environment variables are needed to run the app :
DATABASE_URL which give the connection string to the database (Using Prisma format)
Example : DATABASE_URL="postgresql://username:password@server:port/database_name?schema=public"
TOKEN_KEY any token with multiple characters that will we used by the API to create JWT tokens
Example : TOKEN_KEY="@lsirfgjoirnkk!!"
Download, unzip, enter folder and run : npm start to run the app (default port 3001 for local HTTP and port 4001 for local or remote HTTPS).
We recommand to use HTTPS is new browser to avoid javascript script loading prevention from browser on non secure connections.
ese-companion
Initiale standalone release.
This requires :
- NodeJS 18 or more
- Java Runtime
Prepare the database before running the application (see repository documentation).
Two important environment variables are needed to run the app :
- DATABASE_URL which give the connection string to the database (Using Prisma format)
Example : DATABASE_URL="postgresql://username:password@server:port/database_name?schema=public" - TOKEN_KEY any token with multiple characters that will we used by the API to create JWT tokens
Example : TOKEN_KEY="@lsirfgjoirnkk!!"
Download, unzip, enter folder and run : npm start to run the app (default port 3001).