This is a simple Express.js API testing project that allows users to send a request and receive a response. The interface is providing an easy-to-use API testing environment.
- Simple user interface
- Input field to enter a request
- Button to send the request
- Display response from API
- Clone the repository
git clone https://github.com/PasinduOG/express-test-api.git
- Navigate into the project directory
cd express-test-api - Install dependencies
npm install
- Run the project
npm run dev
- Open in browser
http://localhost:3000
You can test it live at: [Coming Soon!]
This project is licensed under the MIT License.