Skip to content

Harshiv07/booxchange

 
 

Repository files navigation

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

Use as Admin:

  1. Email me to use the admin UI.
  2. Look at the screenshots to see admin features in /screenshots folder.
  3. Also, you can create the admin on your db and test it locally.

Use as User:

  1. Sign up with your name and email.
  2. Login with it.
  3. Place orders and explore inventory.

About

BooXchange, a perfect place to rent books!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 97.1%
  • CSS 1.7%
  • HTML 1.2%