Code Monkey home page Code Monkey logo

hawthornestereo-news's Introduction

hawthornestereo.news

Features

  • Password-less login. Let the email providers handle this. Emails cannot be changed for a profile once set. Would need to unsubscribe and make a fresh subscription.
  • Email verification is enforced and cannot be modified for a given account after its creation
  • "Buy Me a Coffee" button. I'm happy to remove this, just seemed fun to me. It would be a place for people to "buy me a coffee" if they find the site useful.
  • "Report a Bug" button. Links out to my Github repo issue tracking system for users to report bugs or submit feature requests if necessary/desired.
  • Users can set:
    • Their preferred name
    • Favorite keywords or phrases
    • Toggle whether they want to only get notified about listings that match one or more keywords
    • Unsubscribe
  • Admin accounts based on email domain
  • Admins get an additional button to trigger the notifications pipeline. This means it would trigger the code to fetch all product listings, determine if there are any new ones, and email out according to user preferences.
  • Click-through tracking

Prerequisites

Getting Started

Clone the Repository

git clone https://github.com/m-tanner/hawthornestereo-news.git
cd hawthornestereo-news

Install Dependencies

make setup
make install

Run the App Locally

You can run the app locally for development using the following command:

make run

This will start the development server, and you can view the app by navigating to http://localhost:3000 in your web browser.

Build the App

To build the app for production:

make build

This will create a build directory containing the production-ready files.

Dockerization

This application is Dockerized for easy deployment. The Docker setup includes an NGINX server to serve the static files generated by the React build process.

Build the Docker Image

To build the Docker image to run locally:

docker compose up --build

To build the Docker image to deploy to production:

make deploy

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.

Acknowledgements

hawthornestereo-news's People

Contributors

m-tanner avatar

Watchers

 avatar

hawthornestereo-news's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.