-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplan.txt
79 lines (51 loc) · 1.85 KB
/
plan.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[+]Create a folder named 'pizza-order'
[+] Create a NPM project and install all dependencies
Dependencies
- express
- ejs express-ejs-layouts
Dev dependencies
- nodemon
[+] Create Express server : Create a server.js file.
[+] Git setup & 1st commit.
[+] Install laravel mix.
- setup js and scss
[+] install tailwind css
[+] Create a home page using Html & CSS.
[+] Create Cart Page
- order summary section
- empty cart section section
[+] Move routes to route files
[+] Create dedicated controllers
[+] Add to cart functionality
[+] fetch all pizzas from db and show on the home page
[+] Create a menu model and put all dummy data
- connect to mongodb
- use connect-mongo for session stores
dependecies:
- mongoose , express-session , connect-mongo , dotenv
- axios to send ajax request
- install notification library "npm i noty"
[+] Create login page with route.
[+] Create register page with route.
[+] Build register CRUD.
dependecies:
- Express-flash , express-session , connect-mongo , dotenv
- statscode articles https://restapitutorial.com/httpstatuscodes.html
[+] Build Login with passport.js.
dependecies:
- passport ,passport-local, express-session
[.] Create Order-Controller and link to the server.js file
[.] Create a Order view with table for customer and admin
[.] Create a Order with single page with order.
[.] Place Order functionality.
[.] Show all my orders on customers order page.
[.] Show orders on admin orders page.
[.] Tracker for orders.
- dependecies moment
[.] Socket Connection.
- dependencies socket.io.
[.] Build project fo deployment.
[.] Deploy project on live server.
to run this projects open two terminals
1. npm run watch
2. npm run dev