Loading repository data…
Loading repository data…
jfoyarzo / repository
a simple app for creating, reading, renaming, and deleting files. The backend is built with Node.js and uses the http and fs modules.
HTTP CRUD Server is a simple app for creating, reading, renaming, and deleting files. The backend is built with Node.js and uses the http and fs modules. The frontend consists of a page with different forms to do each of the operations and is styled using Bootstrap 4.5
To get a local copy up and running, follow these steps.
To run this project you need:
Clone this repository to your desired folder:
git clone git@github.com:jfoyarzo/node-crud-fs.git
Install this project with:
npm install
To run the project, execute the following command:
node index.js
This will start the server in the port provided using an environment variable or 3000 if no environment variable was configured.
👤 Felipe Oyarzo
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please give it a star ⭐
This project is MIT licensed.