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)
🎯
Focus
CRM, Integration Engineer | React, Next.js, NestJS, Laravel, FastAPI, and React Native
-
VortexWeb
- Nilambur, Kerala
-
02:53
(UTC +05:30) - https://mfasil.vercel.app/
- in/mfasilofficial
- https://medium.com/@mfasilofficial
- https://leetcode.com/fasilofficial/
- https://app.flexiple.com/talent/resume/179142
Highlights
Pinned Loading
-
quickbills
quickbills PublicA web application for generating invoices, built using React.
-
pricewise
pricewise PublicNext.js 14 price tracker application with features like Web Scraping, CRON jobs, sending custom emails to users, and many more.
TypeScript
-
format-fusion
format-fusion PublicFormat 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
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.