You need to use `npm install` command at the Backend folder
to create a fresh node_modules/ folder with required packages
For development purposes;
You should prepare environment settings based on sample.env file.
Then you can install `nodemon` package globally via
`npm install nodemon -g` command. After a successfull installation,
Please type `nodemon server.js` in the Backend/ folder and keep smile :)
For Production purposes;
This is a secret area.
You can find swagger at http://HOST:PORT/api-docs