This is a repository for Backend Room Booking App: Node.js, Sequelize, Postgres SQL, Heroku, Firebase | Softinsa
Node version 18.x.x
git clone https://github.com/brunotp99/Room-Booking-Backend.gitnpm iDB_ADDRESS=
DB_USERNAME=
DB_PASSWORD=
DB_PORT=
DB_NAME=
JWT_SECRET=Add Postgres SQL Database
npm install --save-dev sequelize-cli
npx sequelize-cli init
npx sequelize-cli db:migrate
npm run devRunning commands with npm npm run [command]
| command | description |
|---|---|
dev |
Starts a development instance of the app |