Coder Social home page Coder Social logo

babusto / portfolio-v1-new Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codermungan/portfolio-v1-new

0.0 0.0 0.0 1.09 MB

Portfolio v1 React, Django Rest FrameWork, React Router

Home Page: https://codermungan.vercel.app

License: MIT License

JavaScript 48.73% Python 50.06% CSS 0.10% HTML 0.51% Dockerfile 0.61%

portfolio-v1-new's Introduction

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:
# 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
SECRET_KEY = "SomeKey"

3. Setting up Docker & Migrations & Create Super User

  • You must the be directory backend
docker-compose build
  • Migration from Docker
docker-compose run django-app python manage.py migrate
  • Create Super User
docker-compose run django-app python manage.py createsuperuser
  • Run the Docker
docker-compose up
  • Now you can go to 127.0.0.1:8000 to see it live. ๐Ÿš€
  • Admin panel 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

npm install
  • Now you can go to localhost:5173 to see it live. ๐Ÿš€
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
homepage
  • Blog Page Photo
blogpage
  • Article Page Photo
articlepage
  • Single Page Blog & Article Photo
single
  • Contact Page Photo
contactpage
  • Contact Succes Page
contactsucces
  • 404 Not Found Page
notfound

Mobil View

  • Side
mobile
  • Navbar
navbar

Api View

api1 api2

Admin Panel

adminpanel

portfolio-v1-new's People

Contributors

codermungan avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.