Skip to content

Latest commit

 

History

History
35 lines (17 loc) · 979 Bytes

README.md

File metadata and controls

35 lines (17 loc) · 979 Bytes

Ajourn Flask Backend

Features

  • RESTful API: The backend provides a RESTful API to interact with the data and perform CRUD (Create, Read, Update, Delete) operations.

  • Authentication and Authorization: Secure endpoints with authentication and authorization mechanisms to control access to resources.

  • Database Integration: Integration with firebase to store and retrieve data efficiently.

  • Logging: Logging functionality to track application events and debug potential issues.

  • Deployment: Deployed on Azure for maximum uptime.

Installation

  git clone [email protected]:maneesha14w/Ajourn-Api.git
  cd Ajourn-Api
  pip install -r requirements.txt
  python app.py

Usage/Examples

  • Once the Flask backend is up and running, you can interact with the API endpoints using tools like curl, Postman, or any programming language's HTTP client library.