A react app for remembering people's names and faces (or other data).
What is this useful for?
- Memorise people's names and faces
- Memorise mushroom names based on their photos
- Memorising any arbitrary pairing of text and photo you can imagine
Implement Schema in MongoDB with Mongoose
Create core API endpoints for client-side axios calls
Bug test all endpoints
The schema design has 5 tables
- Users
- have many DataCollections
- have many GuessSessions
- DataCollections
- belong to a User (May need another table for sharing data collections between users)
- have many DataPoints
- have many GuessSessions
- GuessSessions
- belong to a User
- belong to a DataCollection
- have many Guesses
- Guesses
- belong to a GuessSession
- belong to a DataPoint
- DataPoints
- belong to a DataCollection
- have many Guesses
Look into methods for collecting data to integrate into the UI for testing
- Consider:
- Facebook & Instagram API's - Rejected, not enough time to implement
- LinkedIn API - Pending Decision
- Any other API's or accessible data that can be applied in this context - No suitable options found, Pending Decision
- Look into methods for allowing user input and storage of this data as appropriate and if needed
- Postgresql with node or ruby backend - Under consideration
Distributed under the MIT License. See LICENSE for more information.
Chris Hurt - [email protected]
- username: Carla
- password: 123
- Link: https://chrishurt.github.io/React-Recall/