- Modern JavaScript Applications
- Narayan Prusty
- 170字
- 2021-07-14 11:02:29
Website walkthrough
We have completed creating our website. Now, let's walkthrough our site to see how it works overall. Before that, make sure that everything is running.
You can visit the home page of the website using the http://localhost:8080/
URL. The following is how the web page will look when you will visit it for the first time:

Now to add a coupon, click on the Submit Coupon button. Now you will see a form. Fill in the form. Here is how it looks:

Now submit the form. After submitting the form, you will be redirected to the home page. The following is how the home page will look after redirect:

Now click on the Admin button to visit the admin panel and accept the coupon. Here is how the admin panel will look:

Click on the Accept button to accept it. Now go back to the home page. This is how the home page will look now:

In the preceding image, you can see that the product is listed.
- 極簡算法史:從數學到機器的故事
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- C++程序設計(第3版)
- SOA實踐
- Android Jetpack開發:原理解析與應用實戰
- Mastering Python Scripting for System Administrators
- Windows Forensics Cookbook
- PhoneGap Mobile Application Development Cookbook
- 深入理解Elasticsearch(原書第3版)
- Yii Project Blueprints
- 一塊面包板玩轉Arduino編程
- Visual FoxPro 6.0程序設計
- Daniel Arbuckle's Mastering Python
- Scratch 3.0少兒積木式編程(6~10歲)
- Netty 4核心原理與手寫RPC框架實戰