Skip to content

kunkoala/portofolio-azhar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

A personal portofolio website project that showcases my ability to do a fullstack project, leveraging state-of-the-art technologies such as Next.js and FastAPI.

Getting Started

First, run the development server for the front-end inside the front-end directory:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Run the back-end FastAPI using uvicorn or a built-in fastAPI command in the backend directory

fastapi dev main.py

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Tech Stack

Frontend

  • Next.js
  • Typescript
  • React

Backend

  • Python
  • FastAPI
  • SQLAlchemy
  • MariaDB/MySQL
  • MariaDBConnector for SQLAlchemy