Skip to content

ks-ieremenko/file-manager-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File manager app

The goal of the project is to read, write, update and delete the file.

Used technologies: Express


  • Install dependencies with npm install
  • Run the express server with npm start
  • Open your browser in localhost:3000 and try the example REST endpoints.

Used endpoints:

  • localhost:3000 (GET) - read file
  • localhost:3000/post (POST) - write file
    • Body format: text
  • localhost:3000/patch (PATCH) - update file
    • Body format: text
  • localhost:3000/delete (DELETE) - delete file

About

Read, write, update and delete the file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published