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.
 
 
 
 
Garrit Franke 6f46149658
feat: add redirect model
3 years ago
..
migrations feat: add redirects migration 3 years ago
model feat: add redirect model 3 years ago
routes feat: add redirect model 3 years ago
.dockerignore feat: init 3 years ago
Dockerfile feat: init 3 years ago
README.md chore: clean up files from old project 3 years ago
app.js feat: add mocked redirect routes 3 years ago
knexfile.js feat: init 3 years ago
package-lock.json feat: add mocked redirect routes 3 years ago
package.json feat: add mocked redirect routes 3 years ago

README.md

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