Skip to content

shion0625/portfolio-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

portfolio-api

Getting Started

フロントエンドにパッケージのインストールを行います。

make yarn

データベースにテーブルを作成します。

make migrate

フロントエンドの起動

make front-dev

バックエンドの起動

make server-run