GitXplorerGitXplorer
E

url-shorter

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1cd6b949a91908ce348c84d022e928050ce301fe

Add badge

EEpicStep committed 3 years ago
Unverified
191977b9ba31be1552561abfb2315baf1b07f35d

Add CI

EEpicStep committed 3 years ago
Unverified
aa5b735b1b64789b681ccdafc292e74c79580810

First commit

EEpicStep committed 3 years ago

README

The README file for this repository.

URL Shorter

Tests

Run (Locally)

Create .env file and add following values:

PORT=3000
DB_URL=mongodb://mongodb:27017/shorter
URL=http://localhost:3000

After you can run app in docker:

docker compose up -d