Sociome

Welcome ๐Ÿ‘‹

Sociome is a API DEVELOPMENT PROJECT UNDER CODE FOR COMMUNITY ! capable of CRUD operation and this api is specific with Social Media Application Functionalities.

Tech-Stacks Used ๐Ÿ”ฎ

python FastApi sqlalchemy git postgresql postman docker heroku

Project Walkthrough ๐Ÿš€

Installation โ˜˜๏ธ

import datetime
from typing import Optional
import time
from datetime import date, time,datetime
from fastapi import FastAPI

app = FastAPI()


@app.get("/")
def read_root():
    return {"Messgaes": "Hey viewer ! i made it man !","Author":"Abhishek Kushwaha"}


@app.get("/items/{item_id}")
def read_item(item_id: int, q: Optional[str] = None):
    return {"item_id": item_id, "q": q}

@app.get("/author/{author_id}/{q}")
def read_item(author_id: int, q: Optional[str] = None):
    return {"item_id": author_id, "request": q ,"name":"Abhishek kushwaha"}

๐Ÿ™ Support

-This project needs a โญ๏ธ from you. Donโ€™t forget to leave a star โญ๏ธ

-Follow me here โœจ

-Contributions to the project are most welcome! ๐Ÿ˜Š

-Feel free to fork this repo and contribute. ๐Ÿ”ง

-Thank You!๐Ÿ‘