Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.69 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.69 KB

CitRep-appwrite

CitRep is the prototype of an application to send complaints to a municipality, it is designed to speed up the complaint processes in the cities and towns of Mexico

The application is designed by clean arquitecture pattern.

TechStack

Setup

  • Install appwrite in your local docker
  • Replace projectId and endpoint url in build.gradle
  • Generate a post and notifications collections and replace ids in build.gradle
  • Create a bucket and replace id in build.gradle

Appwrite features implemented

  • Create account
  • Create session with user and password
  • Delete Session
  • Get Account
  • Email verification
  • Get avatar with the name
  • Database list documents
  • RealTime
  • Create and save a new document
  • Upload and download image from appwrite bucket

Screen gifs

Signup

sign_up

Login

login

Post simple

post_simple

Post with images

post_imagen

Navigation

navegacion

Email verification flow

verification