Skip to content

devedux/file-management-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File Management with NodeJS

In this repository, I've been practicing with files, simulating data, and making CRUD with it.

Contents

Setup Guide

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 frontend

To run the development server, do the following in the arc-backend directory:

$ node index.js

You can now see the project running on your console

License

This project is licensed under the MIT License.

Primary Maintainers

devedux

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors