Skip to content

Fiqry919/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server-side portfolio app with react and gin-gonic.

Installation

git clone https://github.com/Fiqry919/portfolio.git

then customize your configuration in backend/config.json


Starting server API

open new terminal/console then go to backend directory cd ./backend

# load .env
cp .env.example .env

# initialize database
go run . db:init

# serve
go run . serve

Note: every change a configuration you must reinitialize database


Start frontend

open new terminal/console then go to frontend directory cd ./frontend

# load .env
cp .env.example .env

# install package
npm install

# running
npm run dev

plot


Releases

No releases published

Packages

No packages published