Basic RESTful API with GET, POST and DELETE Requests. Based on Node.js with Express and FS-modules.
Type the following in your Terminal:
- npm init (Creates a package.json file. Follow the instructions.)
- npm install express --save (Saves the installation locally in the node_modules directory and creates a directory express inside node_modules.)