Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swpn0neel/toile
A CRUD app to showcase artistic works in a minimalistic and elegant way
https://github.com/swpn0neel/toile
appwrite reactjs tailwindcss
Last synced: about 2 months ago
JSON representation
A CRUD app to showcase artistic works in a minimalistic and elegant way
- Host: GitHub
- URL: https://github.com/swpn0neel/toile
- Owner: Swpn0neel
- Created: 2023-10-17T16:48:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-20T17:43:58.000Z (about 1 year ago)
- Last Synced: 2024-07-30T16:59:03.094Z (6 months ago)
- Topics: appwrite, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://toile.vercel.app
- Size: 5.86 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Toile
Toile is an artistic outlook to take inspirations from the works of other artists, and the best part is you can add your own image too to the exising collection
## How to run the project locally?
It's very simple, just follow these process step-by-step:
- Fork the repository, and copy the link of the repository.
- Open the terminal and type the following code to clone the repository :
```
git clone
```
- Once the cloning is complete, run this command to get inside the repository directory :
```
cd ONFocus
```
- Create your `.env` file by following the `.env.example` file and your required API keys.
```
VITE_APPWRITE_URL = Your_Appwrite_URL
VITE_APPWRITE_PROJECT_ID = Your_Appwrite_Project_ID
VITE_APPWRITE_DATABASE_ID= Your_Appwrite_Database_ID
VITE_APPWRITE_COLLECTION_ID= Your_Appwrite_Collection_ID
VITE_APPWRITE_BUCKET_ID = Your_Appwrite_Bucket_ID
```
- Now, install the required modules by running the following command :
```
npm install
```
- And finally, you can run the app locally by running the following command :
```
npm run dev
```
The site will be live at `http://localhost:5173/`