Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/souvik150/book-ecommerce
https://github.com/souvik150/book-ecommerce
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/souvik150/book-ecommerce
- Owner: souvik150
- Created: 2023-09-01T13:36:15.000Z (about 1 year ago)
- Default Branch: prod
- Last Pushed: 2023-09-01T13:39:13.000Z (about 1 year ago)
- Last Synced: 2023-09-04T15:26:21.172Z (about 1 year ago)
- Language: Go
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Book Order API
Welcome to the Book Order API repository. This API allows you to manage book orders.
Deployed at :- http://139.59.50.166/api/v1/healthchecker
### Admin Test Credentials :-
[email protected] : test1234
[email protected] : test1234
## Documentation
For detailed information on how to use the project's API, please refer to the [Postman Documentation](https://documenter.getpostman.com/view/19816367/2s9Y5ZwhXQ)ER Diagram for the DB design [dbdocs](https://dbdocs.io/souvikmukherjee150/book-store)
## Getting Started
Follow these steps to set up and run the Book Order API on your local machine:
### Prerequisites
- [Git](https://git-scm.com/)
- [Docker](https://docs.docker.com/get-docker/)### Installation
1. Clone the repository:
```
git clone https://github.com/BalkanID-University/vit-2025-summer-engineering-internship-task-souvik150
```2. Run the following commands
```
docker-compose up --build -d
```3. Your server will be live on
```
http://127.0.0.1/api/v1/healthchecker