Hello! I am a newbie to Appwrite and related stuff. So recently I wanted to try it out. I am doing a project which is like a sports app. I plan on using app to make the login into the app and store the contents of like what type of sports etc and load them when user clicks on them only or smth like that. The app is an IOS app so I use Xcode and stuff. I was hoping I could get a detailed step-by-step of what to do to guide me along. would be nice to know how to get Appwrite running, what code does what, and whether the app fits the limitations Appwrite has. Below is a complete list of the features I eventually hope to have. Goal Setting: Upon sign-up, users can input their fitness goals, such as improving flexibility, building strength, or enhancing endurance. The app will also consider, age, fitness level, and specific sports requirements. Personalised Workout Plans: FitPlanPro will generate personalized workout plans based on the user's goals and fitness level. The plans will include a combination of stretches and exercises relevant to the user's chosen sports or fitness preferences. Exercise Library: The app will offer an extensive exercise library with detailed instructions, images, and videos demonstrating each stretch and exercise. Users can explore and learn the proper techniques. Custom Workouts: In addition to the pre-designed plans, users can create their custom workouts by selecting specific stretches and exercises from the library. Progress Tracking: FitPlanPro will have a progress tracker that records the user's workout activities, achievements, and improvements. This data will help users stay motivated and track their performance over time. Reminder and Scheduling: The app will provide reminders for scheduled workouts, ensuring that users stay consistent in their fitness routines. Sorry for the long question.
Hey @Emmanuel Yee Hong Wei, before going into the fine details, how familiar are you with working with databases like MongoDB, Postgres, etc. ?
@safwan not a lot actually. i am kinda new to this whole databases and stuff.
In that case, I'd recommend at least familiarizing yourself with the concept of databases (SQL and NoSQL). That way, when you do start using Appwrite services, you'll be able to better articulate when and how to use them.
ok
but how would setup and usage work if lets say i know how everything works
also how would it work if i wanted to load the list of stuff from appwrite
If you knew how things worked and what the different services Appwrite offers does, you would know how 🧐
I suggest reading this to start: https://appwrite.io/docs/databases. Then see what API calls are available: https://appwrite.io/docs/client/databases and think about what you would call in your app
wow thanks guys
[CLOSED] Appwrite Services
Recommended threads
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...