GitXplorerGitXplorer
E

url-shorter

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

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