Skip to content

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

Notifications You must be signed in to change notification settings

hans-e-yang/Forum-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Forum Website

Frontend made with Sveltekit and TailwindCSS

Backend made with ExpressJS and Prisma with SQLite3

To run locally:

  • npm install on both ./frontend and ./backend
  • 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"

  • Setup Prisma with SQLite3

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published