- 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.
- 架構不再難(全5冊)
- C語言程序設計(第2版)
- Developing Middleware in Java EE 8
- Oracle數據庫從入門到運維實戰
- 你必須知道的204個Visual C++開發問題
- Visual Basic學習手冊
- Visual Basic程序設計實驗指導(第4版)
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- R Data Analysis Cookbook(Second Edition)
- Python Web數據分析可視化:基于Django框架的開發實戰
- Mastering Business Intelligence with MicroStrategy
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- Django 3.0入門與實踐
- 深入實踐Kotlin元編程
- 深入實踐DDD:以DSL驅動復雜軟件開發