A simple CRUD Application written in Golang based on MVC Architecture
Web Framework: Fiber
Database: Postgresql
Database ORM (Object–relational mapping): GORM
Configuration solution: Viper
Main Framework: ReactJS
npm run build
for the frontend source code (frontend
dir) under views/build
- install postgresql based on your OS from Postgresql Website
- make a database and override the
DB_SOURCE
ENV insideapp.env
file - install golang based on your OS from Golang Website
git clone https://github.com/lilendian0x00/go-mvc.git
cd go-mvc
go build .
./go-mvc