Skip to content

CultureConnect2024/Backend-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend API

This is a FastAPI backend API for supporting a Machine Learning-based mobile application. The API provides endpoints for authentication, predictions, and user management. This project is designed to be deployed to Google Cloud Run.

Key Features:

  • Authentication
  • Predictions
  • User Management
  • Blog Management
  • Scalable Deployment (docker)

Technologies Used:

  • python
  • docker
  • fastapi ( backend framework )

How To Use

  1. Kloning Repositori
    https://github.com/CultureConnect2024/Backend-API.git
    
    cd Backend-API
  2. Create Virtual ENV
    python -m venv venv
    
  3. Activate the virtual env (gitbash)
    source venv/Scripts/activate
    
  4. Activate the virtual env (cmd)
    venv/Scripts/activate.bat
    
  5. Install the requirements
    pip install -r requirements.txt
    
  6. Run Project
    fastapi dev main.py

About

This is repository for our endpoints for the backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published