Skip to content

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

Notifications You must be signed in to change notification settings

jumpogpo/bank-manager-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published