https://github.com/codermungan/portfolio-v1-new
Portfolio v1 React, Django Rest FrameWork, React Router https://codermungan.vercel.app
https://github.com/codermungan/portfolio-v1-new
django django-rest-framework docker docker-compose javascript portfolio portfolio-backend portfolio-site portfolio-website react reactjs
Last synced: 8 months ago
JSON representation
Portfolio v1 React, Django Rest FrameWork, React Router https://codermungan.vercel.app
- Host: GitHub
- URL: https://github.com/codermungan/portfolio-v1-new
- Owner: CoderMungan
- License: mit
- Created: 2023-11-21T07:42:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T21:02:23.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T18:45:47.021Z (8 months ago)
- Topics: django, django-rest-framework, docker, docker-compose, javascript, portfolio, portfolio-backend, portfolio-site, portfolio-website, react, reactjs
- Language: Python
- Homepage: https://codermungan.vercel.app
- Size: 1.07 MB
- Stars: 23
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
## Getting started
My personal portfolio and blog website, built with React, Tailwind CSS and Django Rest Framework.
It is supposed to be used as a template for other GitHub users' portfolios.
## Tech Stack
- Frontend: React, TailwindCSS
- Backend: Django, Django Rest Framework
- Container: Docker
### 1. Cloning the project
- Fork `CoderMungan/portfolio-v1-new` under your personal account.
- eg: `@YourAccount/portfolio-v1-new`
- Clone the project to your local computer:
```sh
# Download Repository
git clone https://github.com/CoderMungan/portfolio-v1-new.git
# Move into repository
cd portfolio-v1-new
```
### 2. Setting up `.env` files
- Go to directory `backend`.
- Create `.env`
```sh
SECRET_KEY = "SomeKey"
```
### 3. Setting up Docker & Migrations & Create Super User
- You must the be directory `backend`
```sh
docker-compose build
```
- Migration from Docker
```sh
docker-compose run django-app python manage.py migrate
```
- Create Super User
```sh
docker-compose run django-app python manage.py createsuperuser
```
- Run the Docker
```sh
docker-compose up
```
- Now you can go to [127.0.0.1:8000](127.0.0.1:8000) to see it live. 🚀
- Admin panel [127.0.0.1:8000/admin](127.0.0.1:8000/admin)
- You can create what u want!
### 4. Setting Up Client Side
- You must the be directory `client`
- For the dependencies
```sh
npm install
```
- Now you can go to [localhost:5173](localhost:5173) to see it live. 🚀
```sh
npm run dev
```
### 5. Setting Up The Your Official Files
- You must the be directory `client`
- Go to the `src/assets/` directory upload your Resume with `resume.pdf` name
# Now you in Fire 🔥
- Home Page Photo

- Blog Page Photo

- Article Page Photo

- Single Page Blog & Article Photo

- Contact Page Photo

- Contact Succes Page

- 404 Not Found Page

## Mobil View
- Side

- Navbar

## Api View

## Admin Panel
