With this project you can test your REST-APIs in a server built with Nodejs using swaggerUI.
Firstly you should install this project to local.
git clone https://github.com/beyzacebeci/ToDoAPI.git
Install related npm packages with command "npm install", and run the server with commend "npm start" and then the swagger UI will be running on http://localhost:4001/api-docs
npm install express cors morgan body-parser dotenv
npm install @babel/core @babel/node @babel/preset-env
npm install swagger-jsdoc swagger-ui-express
You can test it by sending a request, as a result, it will return you instant time. http://localhost:4001/api-docs
We welcome pull requests. If you plan to make major changes, please open an issue first to discuss what you would like to change.