Skip to content
Snippets Groups Projects
Verified Commit 49607ef0 authored by Jonas Leder's avatar Jonas Leder
Browse files

add readme

parent 29c0a65e
Branches
No related tags found
No related merge requests found
# URL Shorter
This is a very simple URL Shortener written in PHP.
There is a simple API available at '/api', which gets used by the [Firefox Extension](https://jle.xyz/9ymrw)
## Setup
```bash
# Install Dependencies
composer install
# Copy the .env to .env.local
cp .env .env.local
# Setup the database connection
# Then run the database migrations
php bin/console doctrine:migrations:migrate
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment