Skip to content

API backend for a restaurant management system in Go

Notifications You must be signed in to change notification settings

xasterKies/go-bistro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛣️ go-bistro

API backend for a Restaurant management system. This also serves as a blueprint for any type of management system in Go

most language stars Contributors

Features

  • Create and manage user accounts
  • Track available food
  • Track availabe menu
  • Track orders per table
  • Track invoice payments

Dependencies and Installs

Setting up the Project

  1. Fork this repository

  2. Clone the forked repository in prefered directory

    git clone <project-url>
  3. Enter project directory

    cd go-bistro

Running the project

  1. Install library dependencies

    go mod tidy
  2. Build project

    go build
  3. Run

    go run main.go

Contributing

If you will like to make a contribution or suggest anything to the project will be happy to hear from you in issues or PRs :)

About

API backend for a restaurant management system in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages