Skip to content

spaleMarko/tinyUrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published