Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.28 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.28 KB

KPang Logo

👋 Description

This project is a mock bank API, which utilizes FASTAPI for API development and MongoDB for data storage. It is deployed using Docker.

🧃 Preface

This project is created to submit to the instructor for the Operating System course at King Mongkut's Institute of Technology Ladkrabang (KMITL). The task is to develop any service but it must be deployed using Docker.

📝 How to use?

  • Clone this project following the installation instructions.
  • Setting the port in the Dockerfile and docker-compose.yaml file.
  • Deploy the api.

📚 Installation

# Clone project
$ git clone https://github.com/jumpogpo/bank-manager-api.git

$ cd bank-manager-api

📺 Deploy the app

# Build the image
$ docker build . -t bank-manager-api

# Run the image
$ docker-compose up -d

🤝 Reference