-
Notifications
You must be signed in to change notification settings - Fork 0
/
commands.txt
151 lines (99 loc) · 3.17 KB
/
commands.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
frontend part start : npm start
backend part start : npm run dev
installed the date-fns npm module
to convert the mongodb time stamp
to human readable date format.
why i am not taking all the informationa at start.
because generally no one becomes ready to given infomrationa at start.
unless you know about something how you can trust to it .
that's why at first we do the user registration .
then we will give a option to the user to create a developer profile.
what feature will be there in the application :
1. login and signup
2. Student can add his developer profile.
3. student can mention his role,contact,email,
description,achievements,resume,etc.
4. All the developers profile will be displayed to the dashboard.
5. Each profile can be viewed by any authorized user.
6. only vitians are allowed as an authorized user .for now.
7. every profile will have a review and ratings.
8. every developer can update status : busy in ESE,busy in hackathon ,
i am free ryt now for project work.
9. About us page.
10. Better UI
{
"name": "server",
"version": "1.0.0",
"description": "its developer application",
"main": "index.js",
"scripts": {
"dev": "SET NODE_ENV=DEVELOPMENT& nodemon server/index",
"prod": "SET NODE_ENV=PRODUCTION& nodemon server/index",
"test": "echo \"Error: no test specified\" && exit 1",
"seeder": "node server/Utils/seeder.js"
},
"author": "krushna Durole",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"express-validator": "^6.14.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.2"
},
"engines": {
"node": "14.17.6",
"npm": "6.14.15"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}
when the application is in developement use :
npm start command to start the frontend
and backend.
look now developer part is almost done.
in developer all the developers are visible.
my developer profile are visible.
both are available to edit and make
changes according to the user's requirements.
user can delete the user profile.
// frontnend
developer section completed.
all the bugs are removed from developer section
1. all the pages will navigate to login is user is not
logged in yet.
2. updating developer and deleting 2. updating developer and deleting note can be done.
can be done.
// requirements
1. updating done.
2. deleting done.
3. live changes are not reflecting need to correct it.
4. reframe and optimize the code.
done :
now it is 12.15 .
title is not able to update.
let us start working on live changes .
then work on spinner.
it is 12.50 .
did some college work.
now title is able to update.
it is 4.30
data flow is proper now.
user can update requirements easily.
live changes are avaible.
user can delete requirements easily.
changes will appear instantly without page
refreshement required.
what is essential to add ?
1. spinner.
2. improvement in UI.
3. remove user profile section from three
keep it in one only.
4. optimize the code.
5. improve the code quality.
6. make the date more precise =>day-date/month/year.
it is 4.35 :
6th point is done.