- BookClub is an application that allows users to make transaction( buy /sell ) books with other users
- it let you also create new account or login using username and password
- store section that lets you check for books and read about it and other pepole review about it
- checkout section that lets you see you
- history section that lets you see your history of transactions
- Fork and clone over repo.
- Make sure to have
yarn
installed viayarn install
.
in two terminals run :
- type in
yarn run server
run db.json as database - type in
yarn start
run react server