ageddesi/Mocked-API

App not running

devvspaces opened this issue · 0 comments

Describe the bug
App not running both on docker and normal execution. It gives the error [nodemon] clean exit - waiting for changes before restart without starting the server to listen at port 3000.

To Reproduce
Steps to reproduce the behavior:

  1. fork the repository
  2. git clone
  3. cd into repo directory
  4. run npm install
  5. run npm run config
  6. run npm run serve

Expected behavior
You will not see this Mock API is running on port 3000.
You will see this [nodemon] clean exit - waiting for changes before restart.
And the problem is not the YAMLSyntax error, that's a separate problem that one is caused by the addresses module openapi specification format. I know that because I already resolved it.

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser: Chrome
  • Version: 105.0.5195.127 (Official Build) (64-bit)

Smartphone (please complete the following information):
I used a laptop

Additional context
I have fixed this already, I will create a pull request for the solution