- Modern JavaScript Applications
- Narayan Prusty
- 189字
- 2021-07-14 11:02:28
Getting started
The coupon site that we will build will allow users to submit coupons. For the coupon to be publicly visible, the administrator of the site should accept the coupon. Every coupon will have an image attached to it that will be stored and served by an image storage server.
We will be using MongoDB to store the coupons. Before you continue further, make sure that you have MongoDB installed and running. I am assuming that you have basic knowledge of MongoDB.
The exercise files contain two directories: Initial
and Final
. Inside the Final
directory, you will find the complete coupon site source code. In the Initial
directory, you will find the HTML code and directories for the monolithic core, services, image storage server, and so on. You will put code related to them in their respective directories. The Initial
directory will help you quickly get started with building the coupon site.
We won't get into designing the frontend of our coupon site. We will only be concentrating on building the architecture and functionalities of the site. Therefore, the HTML code is already included in the Initial
directory.
- JavaScript高效圖形編程
- Learning ArcGIS Pro 2
- Python深度學習
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- 零基礎學Python數據分析(升級版)
- FFmpeg入門詳解:音視頻原理及應用
- 程序是怎樣跑起來的(第3版)
- 計算機應用基礎教程(Windows 7+Office 2010)
- Visual FoxPro 6.0程序設計
- Distributed Computing in Java 9
- 從0到1:HTML5 Canvas動畫開發
- Flask Web開發:基于Python的Web應用開發實戰(第2版)
- Java程序設計基礎(第6版)
- 多媒體技術及應用
- Python硬件編程實戰