(Translated by https://www.hiragana.jp/)
GitHub - VaderNgo/Reddit-Clone
Skip to content

VaderNgo/Reddit-Clone

Repository files navigation

ExpressJS Backend for Baddit.life

This repository hosts the ExpressJS backend for Baddit.life, a Reddit clone. The backend is implemented with ExpressJS and utilizes PassportJS for session authentication. Redis is employed as the session store, offering efficient session management. Data is stored in PostgreSQL for reliable and scalable storage capabilities.

Front end code

TBA

Installation

Install with npm:

  1. Clone the project

  2. Navigate into project directory and install dependencies

  npm install
  1. Create .env file in project root following .env.example

  2. Build and start the project

  npm run build
  npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published