Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dantehemerson/url-shortener
🔗 A simple url shortener build with lambda functions and Gatsby
https://github.com/dantehemerson/url-shortener
app gatsby gatsby-app lambda-functions shotene url-shortener url-shortener-microservice
Last synced: 18 days ago
JSON representation
🔗 A simple url shortener build with lambda functions and Gatsby
- Host: GitHub
- URL: https://github.com/dantehemerson/url-shortener
- Owner: dantehemerson
- License: mit
- Created: 2020-01-05T06:21:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T16:27:56.000Z (about 2 years ago)
- Last Synced: 2024-11-28T02:17:21.959Z (3 months ago)
- Topics: app, gatsby, gatsby-app, lambda-functions, shotene, url-shortener, url-shortener-microservice
- Language: JavaScript
- Homepage: https://peque.ml
- Size: 1.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
URL Shortener[![Netlify Status](https://api.netlify.com/api/v1/badges/2d54495d-21ef-45a5-a4e4-1026bd4a9d27/deploy-status)](https://app.netlify.com/sites/url-shortener-app/deploys)
Simple url shortener build with lambda functions and Gatsby
## 🚀 Quick start
### Install dependencies
```
yarn
```### Create .env file
First of all, create your .env file similar to `.env.template` file.
### Build functions
```
yarn lambda-serve
```### Start site
```
yarn develop
```