vividswan / Portfolio-For-Developers

개발자를 위한 포트폴리오 작성 웹 프로젝트

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio For Developers

Version Documentation Maintenance License: MIT

개발자를 위한 포트폴리오 생성 웹 프로젝트

기술스택

                     

개발환경

  • backend

    • java8
    • gradle
    • spring-boot 2.4.4
  • frontend

    • vue 2.6.11
    • vuetify 2.4.0

개발과정 (진행 중)

1. 기본 환경 세팅

2. [백엔드] Swagger, Response Model, 예외 처리 세팅

3. [백엔드] Account 관련 객체, 인증 관련 객체 생성

4. [백엔드] Account 관련 DTO, Controller, Service 생성 후 Test

5. [프론트엔드] 레이아웃 & 메뉴 적용 및 라우터 생성

6. [프론트엔드] 회원 가입, 로그인 구현 (vuex, localStorage)

7. [백엔드] 포트폴리오 데이터 모델링

8. [백엔드] Request, Response DTO 생성

9. [백엔드] Controller, Service, Repository 생성

Entity Relationship Diagram (ERD)

erd

실행 및 URL

backend

$ cd back-end
$ gradlew bootJar
$ gradlew bootRun

frontend

$ cd front-end
$ npm run serve

Access server side using following URL

http://localhost:5000

Access application using following URL

http://localhost:3000

Author

👤 vividswan

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

개발자를 위한 포트폴리오 작성 웹 프로젝트

License:MIT License


Languages

Language:Java 84.3%Language:Vue 11.1%Language:JavaScript 3.7%Language:HTML 0.9%