Neil Medina
What I want to achieve in this system.
- Well documented system.
- Changelog
- Badges
- Readthedocs
- Explantion in every function(Description in Comments)
- Unit Testing
- Using stardard coding to all languages with references.
- CSS (SASS)
- JS (jquery)
- GO (MVC)
- The features of this system has government policy in mind.
- Tax( policy here )
Personal Project of - Neil Medina ngmedina14@gmail.com (Credit Creator)
- Online Ordering
- Cashier System
- E-cash payment
- Order Monitoring
- Sales Analysis
- Printing Receipt
Operating System | Architectures | Notes |
---|---|---|
FreeBSD 10.3 or later | amd64, 386 | Debian GNU/kFreeBSD not supported |
Linux 2.6.23 or later with glibc | amd64, 386, arm, arm64, s390x, ppc64le | CentOS/RHEL 5.x not supported. Install from source for other libc. |
macOS 10.10 or later | amd64 | Use the clang or gcc† that comes with Xcode‡ for cgo support. |
Windows 7, Server 2008 R2 or later | amd64, 386 | Use MinGW gcc†. No need for cygwin or msys. |
- RAM - minimum 256MB
- CPU - minimum 2GHz
- Go Version 1.15 or later
$ go get -u github.com/ngmedina14/ordering-system/...
Prepare modules
$ go mod init
$ go mod tidy
Run your app (Linux, Apple macOS or Windows):
In Linux:
$ go build; ./program
In Windows:
> go build && program.exe