Skip to content
View fasilofficial's full-sized avatar
🎯
Focus
🎯
Focus

Block or report fasilofficial

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fasilofficial/README.md

Hey 👋, I'm Fasil

DEVELOPER. PHOTOGRAPHER. CINEPHILE.

from fastapi import FastAPI
from fastapi.responses import JSONResponse

app = FastAPI()

@app.get("/about")
async def about():
    return JSONResponse(content={
        "fullName": "Muhammed Fasil K",
        "interests": ["coding", "movies", "music", "travel"],
        "skills": ["ReactJS", "Node.js", "Laravel", "Python", "SQL", "NoSQL", "FasilAPI"]
    })

@app.get("/contact")
async def contact():
    return JSONResponse(content={
        "email": "muhammedfasilofficial@gmail.com",
        "portfolio": "https://mfasil.vercel.app"
    })

@app.exception_handler(404)
async def not_found(request, exc):
    return JSONResponse(content={"message": "Route not found"}, status_code=404)

Pinned Loading

  1. filmpire filmpire Public

    A modern movie application developed using React JS with features like pagination, searching, filtering and many more features. Filmpire uses Alan AI for making the application more interactive and…

    JavaScript 16 3

  2. imaginify imaginify Public

    An AI powered image manipulation software which offers features like image restoration, generative fill, object removal, object recoloring, and background removal.

    TypeScript 2 1

  3. quickbills quickbills Public

    A web application for generating invoices, built using React.

    JavaScript 51 20

  4. snapgram snapgram Public

    A Reactjs social media application with Appwrite as backend

    TypeScript 1

  5. pricewise pricewise Public

    Next.js 14 price tracker application with features like Web Scraping, CRON jobs, sending custom emails to users, and many more.

    TypeScript

  6. format-fusion format-fusion Public

    Format Fusion: A lightweight Node.js API service for converting between JSON, XML, and YAML formats. Built with Express and featuring a clean MVC architecture and a modern TailwindCSS frontend.

    HTML