Skip to content

A Twitter (X) / Facebook clone named "thoughts", which focuses on close relationships between people and sharing thoughts.

License

Notifications You must be signed in to change notification settings

fredrikj31/thoughts

Repository files navigation

Thoughts

A Twitter (X) / Facebook clone named "thoughts", which focuses on close relationships between people and sharing thoughts.

Getting Started

This is a simple guide on how to get setup up and start the development.

Prerequisites

  • Docker (Docker Desktop)
  • Node v20
    • PNPM

Environment Variables:

# Database
DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres # For local development
DB_PASSWORD=password # For local development
DB_NAME=thoughts

# Website
VITE_API_BASE_URL=http://localhost:3000

# API
WEBSITE_BASE_URL=http://localhost:5173
JWT_PRIVATE_KEY= # Generate random string
PASSWORD_SALT= # Generate random string

About

A Twitter (X) / Facebook clone named "thoughts", which focuses on close relationships between people and sharing thoughts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published