Skip to content

A simple Todo-List CRUD Application written in Golang based on MVC Architecture & ReactJS for the front-end

Notifications You must be signed in to change notification settings

lilendian0x00/go-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-mvc

A simple CRUD Application written in Golang based on MVC Architecture

Technologies

Backend

Web Framework: Fiber

Database: Postgresql

Database ORM (Object–relational mapping): GORM

Configuration solution: Viper


Front-End

Main Framework: ReactJS


Run

⚠️Disclaimer: I've already done npm run build for the frontend source code (frontenddir) under views/build

  1. install postgresql based on your OS from Postgresql Website
  2. make a database and override the DB_SOURCE ENV inside app.env file
  3. install golang based on your OS from Golang Website
  4. git clone https://github.com/lilendian0x00/go-mvc.git
  5. cd go-mvc
  6. go build .
  7. ./go-mvc

About

A simple Todo-List CRUD Application written in Golang based on MVC Architecture & ReactJS for the front-end

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published