Clone the project repo using the command
$ git clone https://github.com/FuadYimer/REST_Api.git
Get inside the backend folder
$ cd /REST_Api
Install required packages using the command
$ npm install
Run the server using the command
$ npm run server