Skip to content
/ cms Public

A custom CMS written in NextJS, with a Go backend

License

Notifications You must be signed in to change notification settings

Dobefu/cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMS

CI Status Quality Gate Status Coverage Go Report Card

Getting Started

  • Start the database server:

    pnpm db:start
  • Navigate to ./api and run:

    go build
    ./api migrate

    This will perform migrations on an empty database, and only needs to be done once.

  • Go back to the root directory and run the development server:

    cd ..
    pnpm dev

By default, there are no users. To create one, run ./api user:create.

Open http://localhost:3000 in a browser.

About

A custom CMS written in NextJS, with a Go backend

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project