This repository holds the source code for my personal portfolio website
View Demo
|
Report a Bug
|
Request a Feature
Table of Contents
Welcome to my personal portfolio website. This site is a comprehensive showcase of my journey as a software developer, highlighting my skills, and the projects I've been involved in. It's designed to give you a glimpse into my capabilities and the kind of work I excel at. Whether you're a potential employer, a fellow developer, or just someone curious about my work, I invite you to explore and get in touch.
These instructions will guide you through setting up the project on your local machine for development and testing purposes.
- Node.js (v14.0.0 or later)
- npm (v6.14.0 or later)
- Clone the repository:
git clone https://github.com/architkakkar/Portfolio-Website.git
- Setup Frontend Side:
- Navigate to the project directory:
cd client/
- Environment Variables Setup: Please refer to the
.env.example
file in theclient/
directory for the required environment variables. Create a.env
file in the same directory and fill in the necessary values. - Install the dependencies:
npm install
- Start the development server:
npm run dev
- The frontend app will be available at
http://localhost:5173
in your web browser.
- Navigate to the project directory:
- Setup Backend Side:
- Navigate to the project directory:
cd server/
- Environment Variables Setup: Similar to the frontend, please refer to the
.env.example
file in theserver/
directory for the required environment variables. Create a.env
file in the same directory and fill in the necessary values. - Install the dependencies:
npm install
- Start the development server:
node server.js
- The backend server will run at
http://localhost:3000
by default.
- Navigate to the project directory:
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Archit Kakkar - @Twitter - [email protected]
Project Link: Archit Kakkar - Software Engineer