Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 2.04 KB

README.md

File metadata and controls

29 lines (26 loc) · 2.04 KB

basic-express-js

3 files (server.js , get.html and File.json) were uploaded, which is used for the applications of get, post, file upload, JSON (add users, display, delete)

server.js

run this js file in cmd or visual studio code as by the command: 'node server.js' then open any of the browser and search as 'localhost:3000'

The output screenshots are:

Screenshot (1069) Output for the get Screenshot (1070) Output for the post Screenshot (1071) Screenshot (1072) Output for deleting a JSON file based on ID Screenshot (1073) Screenshot (1074) File updation using MULTER Screenshot (1075) Screenshot (1076) Redirecting to another HTML Form Screenshot (1077) Screenshot (1078) Adding an user in JSON file Screenshot (1079) Searching with ID in a JSON file Screenshot (1080)