Referrer Tracking System
To run this application, Postgres database is required. So, please make sure to install Postgres before running this application.
Following the steps to run this application.
- git clone this repository
- Then type
cd referrer_tracking - Inside referrer_tracking folder, type
npm install - Lastly, type
npm start