Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.76 KB

File metadata and controls

40 lines (31 loc) · 1.76 KB

Ornaman Backend

Just Another Ornaman Web Service (Backend)

Please feel free to submit issues if you find bugs, want to add features, or anything else related to Ornaman Web Service (Backend).

Capstone Project by C23-PS369

Ornaman by C23-PS369 Bangkit Academy 2023

Technology Stack:

How to start the app ?

git clone https://github.com/ornaman-dev/Bangkit-CloudComputing-Backend.git
cd .\Bangkit-CloudComputing-Backend\
python -m venv env   #create a virtual environment
.\env\Scripts\activate  #activate virtual environment
cd .\backend\
pip install -r .\requirements.txt
uvicorn main:app --reload     #start server
visit  127.0.0.1:8000/

TODO

  • Keep updating until the capstone period is over
  • Connect to GCP Cloud SQL Instances
  • Deploy to Cloud
  • Acquisition and integration with other Ornaman Rest API, such as Classification API and Recommendation API
  • Create a comprehensive Documentation

Live Preview & Test

Click Here for Preview & Test | Powered by: Deta Space Builder