Awesome
<p align="center"> <img src="https://github.com/drishtipeshwani/Tourpal/blob/master/logo.png" alt="Appwrite logo"/> </p>Tourpal
Tourpal is a journalling app in which you can store all your travelling experiences at one place. The project is build with ReactJS and appwrite.
App Demo
Run Locally
<ul> <li>Install Appwrite by following the https://appwrite.io/docs/installation</li> <li>Open the appwrite console and create a new project.</li> <li>Navigate to <strong>Users</strong> and in settings and enable Google Authentication. </li> <li>Navigate to <strong>Database</strong> and add a new Collection to your project.</li> <li>Add the following rules and permissions to your collection.</li> </ul>Collection rules
<table> <tr> <th>Label</th> <th>Key</th> <th>Rule Type</th> </tr> <tr> <th>date</th> <th>date</th> <th>Text</th> <th>Required</th> </tr> <tr> <th>location</th> <th>location</th> <th>Text</th> <th>Required</th> </tr> <tr> <th>experience</th> <th>experience</th> <th>Text</th> <th>Required</th> </tr> </table>Permissions
- Read access - <code>role:member</code>
- Write access - <code>role:member</code>