Skip to content

piotrv1001/price-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

186 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Price Watch

A web application for users to track prices of products from online stores. It contains the dashboard with various charts and tables to visualize the data as well as the weekly email with the excel spreadsheet containing the price changes and new products.

Tech stack

Angular, Nest.js, Typescript, TypeORM, MySQL, Firebase

Screenshots

App Screenshot

Run Locally

Clone the project

  git clone https://github.com/piotrv1001/price-watch.git

Go to the project directory

  cd price-watch

In the first terminal, go to the backend folder

  cd backend

Start the server

  npm run start

In the second terminal, go to the frontend folder

  cd frontend

Start the application

  npm run start

Note: This requires to have a local MySQL database instance.

Features

  • JWT and Firebase Google Auth
  • New products
  • Price changes
  • Price bucket charts
  • Favorite products
  • Weekly email (setup with cron) with an Excel spreadsheet report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors