In this repository, I've been practicing with files, simulating data, and making CRUD with it.
Basic requirements
Install Node version 14 or higher
-
Fork this repository into your own GitHub account.
-
Clone the repo from your GitHub account to your local machine using the following commands
-
you can either use ssh or https
using https:
$ git clone https://github.com/devedux/file-management-nodejs.git
$ cd frontend
or
using ssh:
$ git clone git@github.com:devedux/file-management-nodejs.git
$ cd frontendTo run the development server, do the following in the arc-backend directory:
$ node index.jsYou can now see the project running on your console
This project is licensed under the MIT License.