Refactor #5

Merged
bilal.catic merged 13 commits from refactor into master 2019-05-17 09:46:45 +02:00
Showing only changes of commit 7192c28c07 - Show all commits

View File

@@ -14,7 +14,7 @@ The purpose of this project is to build a web application that enables subscribi
`npm install`
4. Run migrations from `app` folder
`npx sequelize db:migrate`
`npm run migrate` or `npx sequelize db:migrate`
5. Run app
`npm start`
`npm start` or `npm run start-mon` to run app with automatic restart on code change