https://github.com/dreams-money/feelgoodfoodsnv.com
A food ordering and delivery system
https://github.com/dreams-money/feelgoodfoodsnv.com
fooddelivery foodordering
Last synced: 4 months ago
JSON representation
A food ordering and delivery system
- Host: GitHub
- URL: https://github.com/dreams-money/feelgoodfoodsnv.com
- Owner: dreams-money
- License: other
- Created: 2023-03-14T21:33:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T16:59:34.000Z (over 1 year ago)
- Last Synced: 2025-06-08T00:06:45.546Z (5 months ago)
- Topics: fooddelivery, foodordering
- Language: Go
- Homepage: https://feelgoodfoodsnv.carsonwebsites.com
- Size: 6.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Feel Good Foods
===============
A food ordering and delivery system.
Configuration
-------------
The system requires that delivery slots and a menu be defined before it can start processing orders. As such, you'll
want to run `go run main.go` once on project initialization to initialize the `/data` folder.
With main.go running, navigate to http://\/admin. The login will be:
admin@feelgoodfoodsnv.com
asdfasdf
This is where you can set up the delivery slots and menu. Once it's set up, restart main.go and the order manager will
get started.