Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 702 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 702 Bytes

Feel Good Foods Logo

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://<project-url>/admin. The login will be:

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.