Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 475 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 475 Bytes

BooXchange

https://booxchange2020.herokuapp.com/

Prerequisites

Node.js, MongoDB and npm or yarn package manager are required

Developing steps:

  1. git clone
  2. yarn
  3. cd client && npm install
  4. cd ..
  5. yarn dev

Deploying steps:

  1. Install Heroku CLI
  2. Make sure local development works
  3. heroku login
  4. heroku git:remote -a booXchange2020
  5. git add .
  6. git commit -m "deploying
  7. git push heroku master