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.
- 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