Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1022 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 1022 Bytes

Shortly

Simple URL shortener built with React, Apollo and GraphQL. You can find the corresponding tutorials here

Set up Graphcool

This project uses a Graphcool service. Visit Graphcool to sign-up and get a free account. To get started, install the Graphcool CLI first, login and then deploy the Graphcool service:

cd graphcool

# Login to graphcool
graphcool login

# Deploy the graphcool service
graphcool deploy

# Get the API URLs
graphcool info

Next, paste the Simple and Subscriptions API URLs to index.js.

Run the project

After you've set up Graphcool and pasted the Simple and Subscriptions API URLs to index.js, you can run yarn start to start the website.

License

FOSSA Status