Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ixahil/personal-portfolio

Portfolio Application built using Next.js utilizind services and database from AppWrite
https://github.com/ixahil/personal-portfolio

appwrite nextjs14

Last synced: 13 days ago
JSON representation

Portfolio Application built using Next.js utilizind services and database from AppWrite

Awesome Lists containing this project

README

        

# Portfolio Application

Welcome to my Portfolio Application repository! This project showcases my skills and projects, built using Next.js and powered by AppWrite for backend services and database management.

## About

This Portfolio Application is designed to highlight my work and provide a seamless user experience. It utilizes Next.js for its robust frontend capabilities and AppWrite for backend services, ensuring a smooth and efficient application.
## Live Link

Visit my live portfolio: [www.sahildev.pro](http://www.sahildev.pro)

## Tech Stack

- **Client:** Next.js 14, React, TailwindCSS, AppWrite Client

## Run Locally

1. Clone/Fork and Install the dependency

```bash
git clone https://github.com/ixahil/personal-portfolio

cd personal-porfolio

npm install
```

2. Add Environments

```bash
NEXT_PUBLIC_APPWRITE_ENDPOINT = #ENDPOINT to your Appwrite#
NEXT_PUBLIC_APPWRITE_PROJECT = #APPWRITE Project ID#
NEXT_APPWRITE_KEY = #APPWRITE SECRET KEY#
```

3. Start the server

```bash
npm run start
```

## Authors

- [@ixahil](https://github.com/ixahil)