Forum-website Svelte Themes

Forum Website

A Forum-like website, with Svelte frontend and ExpressJS backend

Forum Website

Frontend made with Sveltekit and TailwindCSS

Backend made with ExpressJS and Prisma with SQLite3

To run locally:

  1. npm install on both ./frontend and ./backend
  2. Setup .env files on frontend and backend
  • frontend/.env
      PUBLIC_API_ADDRESS='Your_localhost_backend_server'
    
  • backend/.env
      DATABASE_URL="file:../path/to/db"
      SESSION_SECRET="ANY SECRET FOR EXPRESS SESSION COOKIES"
    
  1. Setup Prisma with SQLite3

Top categories

Loading Svelte Themes