Skip to content

Alonza0314/full-stack-framwork

Repository files navigation

full-stack-framework

This is framework project for quickly build a website with full-stack (React + go).

Develop Environment

DevOpts Version
OS Ubuntu 25.04
go 1.25.5
nodejs v20.20.0
yarn 1.22.22

Make

  • Backend and Frontend

    make

    This will build the backend binary executable file and frontend resource under build directory.

  • Backend only

    make backend
  • Frontend only

    make frontend

Execute

Setup the configuration file: config.yaml

And run:

./build/system -c config.yaml

Develop Steps

  1. Add APIs in backend.
  2. Updaet APIs in postman and export the json file
  3. Update the openapi.yaml with your postman json
  4. Use openapi-generator-docker.sh to generate the api typescript file in frontend
  5. Go to make!

About

A full stack (React+go) website framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors