/uwpcommunity-backend

The backend for the UWP Community website and discord server

Primary LanguageTypeScript

UWP Community Backend

Setting up a development environment

  1. Clone the repo

  2. Run npm install in the project directory

  3. Create .env file in the root with the following values (replace empty strings with values from an administrator)

    SENDGRID_API_KEY=""
    DATABASE_URL=""
    discord_client=""
    discord_secret=""
    discord_botToken=""
    environment="development"
    
  4. Run npm start