- 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.
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- Leap Motion Development Essentials
- Vue.js快跑:構建觸手可及的高性能Web應用
- 新手學Visual C# 2008程序設計
- Learning Neo4j 3.x(Second Edition)
- Web全棧工程師的自我修養
- Mastering Predictive Analytics with Python
- SQL Server與JSP動態網站開發
- Raspberry Pi Robotic Blueprints
- C++程序設計教程
- 進入IT企業必讀的324個Java面試題
- 數據結構:Python語言描述
- Java程序設計入門(第2版)
- Learning Redux
- Building Microservices with Go