Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 629 Bytes

README.md

File metadata and controls

41 lines (22 loc) · 629 Bytes

Book Store Management

API for online book store with users, admins and vendors.

Environment Variables

To run this project, check the sample.env file and add the variables.

API Reference

Check the Postman Collection for API Reference.

Run Locally

Clone the project

  git clone https://github.com/aditansh/bookstore-api.git

Go to the project directory

  cd bookstore-api

Run Docker Compose

docker-compose up --build -d

Tech Stack

Server: Golang, PostgreSQL, Redis

Deployemnt: Docker, Droplet