Tiny Url Start application Clone project git clone git@github.com:spaleMarko/tinyUrl.git Go to project cd tinyUrl Setup Backend cd backend If you run the application for the first time, add your values for the variables cp example.env .env Install Backend dependency npm install Start Backend tsc npm start Setup Frontend open new terminal in root of project cd frontend npm install Start Frontend npm start