You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

208 B

Configuration

To configure the server, you need these fields in your .env file:

  • AUTH_SECRET - Secret used to sign JWTs

Running

  1. Migrate database: npm run migrate:latest
  2. Run: npm start