Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 570 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 570 Bytes

Broken-Heart-Syndrome

This is an image

A nostalgia 2000s-inspired website created to post stories. Users can either view older posts or submit new ones. There is an integrated like system for posts as well as sorting options. The site can be visited here.

How to run

  • Have node.js installed
  • Clone the repository
  • Obtain an API key from Google reCAPTCHA
  • Set CAPTCHA_SECRET environment variable to Google API key in operating system or .env file
  • Run npm install
  • Run npm start