server-deployment-practice


This a practice to deploy a web app and test it using CI environment (Github Actions)

Author : Rujeena Al-zyoud

Here you can check the deployment for class-01 assignment:

Setup

.env requirements

  • PORT - 3000

Running the server

  1. clone this repo.

  2. npm start

  3. run the test by : npm test