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.
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
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
- Next.js
- Typescript
- React
- Python
- FastAPI
- SQLAlchemy
- MariaDB/MySQL
- MariaDBConnector for SQLAlchemy