StormURL is an Open Source URL shortener made using Appwrite & ReactJS.
- Clone the repository using
git clone https://github.com/theinfosecguy/appwrite-url-shortener
- Change the directory
cd appwrite-url-shortener
- Create an
.env
file with following Keys
REACT_APP_ENDPOINT=
REACT_APP_PROJECT=
REACT_APP_COLLECTION_ID=
REACT_APP_SECRET=
REACT_APP_DOMAIN_URL=
- Start the server
yarn start
License - MIT