/drspoiler

Online space inspired by reddit to discuss anime spoilers freely.

Primary LanguageTypeScript

drspoiler

The worst website on the internet.

drspoiler-backend founder: Achraf RRAMI code style: prettier

Setup

  • Node.js
  • NGINX
  • Redis
  • PostgreSQL database
  • Valid AWS Account

Environment Variables

Server:

CONNECTION_STRING: A valid postgreSQL connection string.

COOKIE_SECRET: A secret used by the session middleware to unsign the cookies.

AWS_ACCESS_KEY_ID: AWS Key.

AWS_SECRET_ACCESS_KEY: AWS Secret Key.

Client:

API_URL: The REST API URL.