Skip to content

ridvansumset/restaurant-menu-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Menu App

is a project that is developed by my first intern and me in his internship period.

General Menu Schema

            Category
           /        \
        Product1     Product2
        |            /       \
    Option1      Option1    Option2
     /     \                   |
 Choice1   Choice2          Choice1

How to Get & Run

go get -u github.com/ridvansumset/restaurant-menu-app/

or, simply, use git clone. Then,

cd ~/YOUR_GO_FOLDER/src/github.com/ridvansumset/restaurant-menu-app

and then, open 2 terminal screens in the current path. In the first screen,

cd server && go run main.go

In the second screen,

cd web/src/app

then, run python -m SimpleHTTPServer and go to http:https://localhost:8000/#/ in your browser.

About

Front and back-end of a restaurant's menu.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published