Follow these steps to set up the project locally on your machine.
Prerequisites
Make sure you have the following installed on your machine:
Cloning the Repository
git clone https://github.com/adrianhajdin/subscription-tracker-api.git
cd subscription-tracker-api
Installation
Install the project dependencies using npm:
npm install
Running the Project
npm run dev
Open http://localhost:5000 in your browser or any HTTP client to test the project.