Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 319 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 319 Bytes

Setup

1. Clone the repository.

git clone https://github.com/Corey-Stowe/simple-Image-api-server.git

2. Navigate to the directory.

cd simple-Image-api-server

3. Install the dependencies.

npm i

4. Start the application.

npm start