Bilal Catic e5eb6b99a2 Merge branch 'rename' into 'master'
Refactoring

See merge request saburly/marketalarm/web!4
2019-05-16 12:49:52 +00:00
2019-05-16 13:00:08 +02:00
2019-04-28 11:13:46 +02:00
2019-03-12 05:12:02 +01:00
2019-04-30 09:06:46 +02:00
2019-05-16 13:00:08 +02:00
2019-04-30 09:06:46 +02:00
2019-04-30 09:06:46 +02:00
2019-03-14 05:53:02 +01:00
2019-05-16 13:00:08 +02:00

web

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

Create postgres docker image docker build -t marketalerts .

Run postgres image with: docker run --name pg_test -d -p 5432:5432 marketalerts

Run migrations in app folder npx sequelize db:migrate

Run app with: $ npm install $ 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
Readme 4.3 MiB
Languages
JavaScript 84.8%
EJS 9.1%
HTML 5%
CSS 1%