1542310a81ef2efc6dee97df41dbdb879b03f958
MarketAlert
The purpose of this project is to build a web application that enables subscribing to notifications when new products are published on various ad based marketplaces. The MVP will be only based on OLX.ba
###Setup
-
Create postgres docker image
docker build -t marketalerts . -
Run postgres image with
docker run --name pg_marketalerts -d -p 5432:5432 marketalerts -
Install packages
npm install -
Run migrations from
appfolder
npx sequelize db:migrate -
Run app
npm start
Description
The purpose of this project is to build a web application that enables subscribing to notifications when new products are published on various ad based marketplaces. The MVP will be only based on OLX.ba
Languages
JavaScript
84.8%
EJS
9.1%
HTML
5%
CSS
1%