https://github.com/srijanmukherjee/bookvault
An ecommerce store to sell books
https://github.com/srijanmukherjee/bookvault
Last synced: 3 months ago
JSON representation
An ecommerce store to sell books
- Host: GitHub
- URL: https://github.com/srijanmukherjee/bookvault
- Owner: srijanmukherjee
- License: mit
- Created: 2023-02-26T11:12:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-30T19:16:04.000Z (about 2 years ago)
- Last Synced: 2025-01-06T01:25:41.819Z (5 months ago)
- Language: TypeScript
- Size: 983 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BookVault
An ecommerce store to sell books## How to run
Make sure you have `docker-compose` installed. Check [this](https://docs.docker.com/compose/install/) to install docker-compose.
```shell
$ docker-compose up --detach # to start the servers
$ docker-compose down # to stop the servers
```**Note:** By default the backend server will start at [localhost:8080](http://localhost:8080) and the frontend server will run at [localhost:8000](http://localhost:8000)
## Screenshot

## Sample data
The books are collected from [goodreads.com](goodreads.com). For more information check out [DataHarvestors](https://github.com/srijanmukherjee/DataHarvestors)