7f2a27ec79
- CORS headers - Get all links that belong to user
44 lines
778 B
Markdown
44 lines
778 B
Markdown
# url-shortener
|
|
|
|
TODO: Write a description here
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
brew tap amberframework/micrate
|
|
brew install micrate
|
|
|
|
shards install
|
|
```
|
|
|
|
TODO: Write installation instructions here
|
|
|
|
## Usage
|
|
|
|
TODO: Write usage instructions here
|
|
|
|
## Development
|
|
|
|
```bash
|
|
DATABASE_URL=sqlite3://./sqlite/data.db micrate up
|
|
shards run url-shortener
|
|
```
|
|
|
|
## Build
|
|
|
|
```bash
|
|
shards build
|
|
```
|
|
|
|
## Contributing
|
|
|
|
1. Fork it (<https://github.com/your-github-user/url-shortener/fork>)
|
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
5. Create a new Pull Request
|
|
|
|
## Contributors
|
|
|
|
- [Juan Rodriguez](https://github.com/your-github-user) - creator and maintainer
|