Skip to content

This is a RESTful API With AWS RDS (PostgreSQL). It is CI tools which are build docker image, test, and finally push to Docker hub website.

Notifications You must be signed in to change notification settings

amantiwari1/fastapi_postrgeSql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi_postrgeSql

Install docker in Amazon linux

sudo yum install docker -y
sudo systemclt start docker
sudo systemclt enable docker

Run docker

sudo docker pull amamtiwari1/collegeapi
sudo docker run -d -p 80:5000 amantiwari1/collegeapi

Stop docker

docker stop (name)

About

This is a RESTful API With AWS RDS (PostgreSQL). It is CI tools which are build docker image, test, and finally push to Docker hub website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published