https://github.com/johnpc/short-link
Link shortener site using NextJS and AWS Amplify
https://github.com/johnpc/short-link
Last synced: 5 months ago
JSON representation
Link shortener site using NextJS and AWS Amplify
- Host: GitHub
- URL: https://github.com/johnpc/short-link
- Owner: johnpc
- Created: 2024-03-20T21:19:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T03:35:05.000Z (almost 2 years ago)
- Last Synced: 2025-10-10T15:19:27.348Z (8 months ago)
- Language: TypeScript
- Homepage: https://s.jpc.io
- Size: 3.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# s.jpc.io
A link shortener website available at [s.jpc.io](https://s.jpc.io)
## Install dependencies
```bash
npm install
```
## Deploying Backend Resources
Deploy necessary resources to your personal AWS account via
```bash
npx amplify sandbox
```
This will populate the `amplifyconfiguration.json` file at the root of your project, which contains all configuration necessary to interact with the deployed resources.
## Test the website
```bash
npm run dev
```
Then navigate to https://localhost:3000
## Deploy
Deploy a copy of this app to your own AWS account in one click
[](https://console.aws.amazon.com/amplify/home#/deploy?repo=https://github.com/johnpc/short-link)