Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My first web app #99

Open
wants to merge 59 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
ac6a7ff
[imad-console] Updates ui/index.html
akashc777 Feb 14, 2018
027089e
Made some changes
Feb 14, 2018
cd193ae
[imad-console] Updates server.js
akashc777 Feb 14, 2018
b7e9787
[imad-console] Updates ui/index.html
akashc777 Feb 17, 2018
e801e6a
[imad-console] Updates server.js
akashc777 Feb 17, 2018
5b18da2
Added article-one.html
Feb 17, 2018
3b53511
Added article-one.html
Feb 17, 2018
1292ef8
Removed node_module
Feb 17, 2018
57dc347
[imad-console] Updates ui/article-one.html
akashc777 Feb 17, 2018
84b5309
[imad-console] Updates ui/article-one.html
akashc777 Feb 17, 2018
dcdd6eb
[imad-console] Updates ui/article-one.html
akashc777 Feb 17, 2018
f8060e2
Added article-two
Feb 17, 2018
bb7e779
Added article-two
Feb 17, 2018
be48020
Merge branch 'master' of https://github.com/akashc777/imad-app
akashc777 Feb 17, 2018
a1ef3e0
Added third article
akashc777 Feb 17, 2018
d406529
Added articleOne in server.js
akashc777 Feb 18, 2018
04d2584
rectified the fault
akashc777 Feb 18, 2018
95fd415
correct errors in the file
akashc777 Feb 18, 2018
18489f2
adeed semicolons
akashc777 Feb 18, 2018
8de8f8f
var port = 80
akashc777 Feb 18, 2018
f40d058
changed body margin
akashc777 Feb 18, 2018
6c5baf5
changed body margin
akashc777 Feb 18, 2018
d5249cd
added link to css in server.js
akashc777 Feb 18, 2018
be600b8
removed style
akashc777 Feb 18, 2018
24bf258
[imad-console] Updates server.js
akashc777 Feb 18, 2018
202f452
added html to server.js
akashc777 Feb 18, 2018
e11f158
deleted html files
akashc777 Feb 18, 2018
a3db0b5
Merge https://github.com/akashc777/imad-app
akashc777 Feb 18, 2018
18d0e25
added script to index.html
akashc777 Feb 20, 2018
70d251d
modified some changes
akashc777 Feb 20, 2018
2e8e871
adeed request
akashc777 Feb 20, 2018
e2dbc03
fixed some errors in main.js
akashc777 Feb 20, 2018
796f008
fixed errors in main.js
akashc777 Feb 20, 2018
52cbbb1
added /submit-name qury
akashc777 Feb 21, 2018
4f90571
changed open request path to imad
akashc777 Feb 21, 2018
85bfe00
updated
akashc777 Apr 17, 2018
2deec4e
changed port to 80
akashc777 Apr 17, 2018
fb302ae
Added PORT = process.env.PORT || 5000
akashc777 Apr 17, 2018
79b843d
changed profile pic
akashc777 Apr 17, 2018
ae71400
changed profile pic to kaneki
akashc777 Apr 17, 2018
ea61e2e
fixed image kenaki
akashc777 Apr 17, 2018
cbb87f2
fixed port
akashc777 Apr 17, 2018
d17f955
changed port to 3000
akashc777 Sep 29, 2018
b01c36d
added node server start script
akashc777 Sep 29, 2018
35d37fe
added azuredeploy.json
akashc777 Sep 29, 2018
be8974a
added node start
akashc777 Sep 29, 2018
3883830
added azuredeploy
akashc777 Sep 29, 2018
a750097
updated package.json
akashc777 Sep 29, 2018
f971a5c
updated package.json
akashc777 Sep 29, 2018
092e27e
main.js
akashc777 Sep 29, 2018
b88dca0
exp 1
akashc777 Sep 29, 2018
13acc33
updated
akashc777 Oct 10, 2018
53ce6af
port : 8080 changed
akashc777 Oct 18, 2018
dca5274
updated for openshift
akashc777 Oct 18, 2018
1850609
updated
akashc777 Oct 18, 2018
e9e4115
updated to openshift
akashc777 Oct 18, 2018
8206a2f
updated
akashc777 Oct 18, 2018
3dd1cdb
updated
akashc777 Oct 18, 2018
8700b33
updated
akashc777 Oct 18, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.DS_Store
.Rhistory
test.js
1 change: 1 addition & 0 deletions node_modules/.bin/mime

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

218 changes: 218 additions & 0 deletions node_modules/accepts/HISTORY.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions node_modules/accepts/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

143 changes: 143 additions & 0 deletions node_modules/accepts/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading