Skip to content

Latest commit

 

History

History
151 lines (100 loc) · 5.22 KB

README.md

File metadata and controls

151 lines (100 loc) · 5.22 KB

create-dev-portfolio

docker-badge docker-compose-badge type-script-badge

create-dev-portfolio is a boiler-plate application developed using the dev-portfolio library. It supports both clients and servers, and if you follow the recommended systems below, anyone can easily develop the web.

If you want to check the dev-portfolio library, please refer to the following link: dev-portfolio

ezgif com-gif-maker

List

Recommended systems

Operating System: Linux & MacOS

Windows is also available, but bash terminal is recommended, and the following tools must be operated based on bash.

Tools

  1. recommended: Bash terminal
  2. required: Docker & Docker-compose
  3. nodev14.20.1
    • Using nvm, you can easily change the node version. Please refer to the following: NVM
  4. npmv6.14.17
  • Install Docker and Docker Compose.

    If mac and windows have docker desktop installed, docker compose is also installed, so there is no need to install it separately.

    1. Click here to install Docker.
    2. Click here to install Docker Compose.

Run

  1. Install this repo.
# Install this repo
$ npx create-dev-portfolio <YOUR_APP_NAME>
  1. Run dev-portfolio by daemon.
# If you want to run both the client and the server, enter the command below.
$ npm run start:all

# Run only the client.
$ npm run start:client

# Run only the server.
$ npm run start:server

Exit

# If you want to exit both the client and the server, enter the command below.
$ npm run exit:all

# Exit only the client.
$ npm run exit:client

# Exit only the server.
$ npm run exit:server

Tip

  1. If you want to customize your client.
    Check to README.md in dev-portfolio.

    please go to the link below!

    https://github.com/modern-agile-team/dev-portfolio/blob/master/README.md
    
  2. If you want to change environment variables such as PORT, DB.
    Customize files called .*.env.

    By default, it works normally without modification.

    $ cd dev-portfolio
    
       # Customize the .*.env file as you.
       $ vi ./config/.client.env
       $ vi ./config/.server.env
       ```
    

Refers

License

MIT

Contributor

Swagger API

스크린샷 2022-09-12 오후 9 14 15

You can view server apis very easily by using the Swagger documentation.
To use the swagger, the dev-portfolio server must be in a working state.

If the server is up, go to the link below.

http://localhost:<YOUR_SERVER_PORT>/swagger

Infra Structure

스크린샷 2022-09-15 오후 9 48 37

Database ERD

스크린샷 2022-10-12 오전 12 33 55

Example

  1. <dev-portfolio-app> https://dev-portfolio-app.vercel.app/

ezgif com-gif-maker


  1. <woorim960>

ezgif com-gif-maker (1)


  1. <seohyunsim> https://seohyunsim-portfolio.vercel.app/

스크린샷 2022-09-12 오후 8 52 52