Web List
Web-List is a Go application that starts a web server on port 3000 and returns a list of files and directories in the specified path. If no path is provided, it defaults to the current directory.
Installation
To install and run the project, follow these steps:
-
Clone the repository:
git clone https://github.com/cwansart/web-list.git
-
Navigate to the project directory:
cd web-list
-
Build the project:
go build
-
Run the project:
./web-list
Usage
To use the program, run the following command:
./web-list /path/to/directory
If no path is provided, the program will use the current directory.