A photo storage site made with Appwrite and SvelteKit.
Create your account manually in the "Auth" section and specify it in the "Permissions" section as in the picture.
5. At the bottom, there is a section called "Allowed file extensions", check all the options in this section.
6. Appwrite setup is complete, now let's get the project ready to run on your own computer.
Clone the project from Github.
git clone https://github.com/queaxtra/storage.git
After cloning the project, go to the project directory.
cd storage
Create a .env
file and put the following information into it.
# The value of the "bucket" you created in your Appwrite project.
VITE_APP_BUCKET_ID=
# The ID of the project you are working on on Appwrite.
VITE_APP_PROJECT_ID=
Use the following command to run the project.
npm run dev
After running the project, you can go to http://localhost:5173
. Here you will be prompted to log in to your account, you need to enter the information of the account you created on Appwrite.
If you have successfully logged into your account, you can upload your photos from the /dashboard
section.
This project is open source. If you would like to contribute, please create a "Pull Request".
The project is licensed under the MIT license.