Renaming to english

This commit is contained in:
Nedim Uka
2019-05-15 15:27:10 +02:00
parent 9fdfce49ed
commit 27fa721627
16 changed files with 153 additions and 131 deletions

View File

@@ -3,8 +3,15 @@
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 with:
Run migrations in app folder
npx sequelize db:migrate
Run app with:
$ npm install
$ npm start