Hi there 👋! You can think of RemindMe as your personal E-Wall, where you can have your inspirations, ‘Why’s, favorite useful quotes, and even reminders for tough times. Refresh these in your mind every day, Finally, you can also make them public, see others’ reflections on yours, and vice versa
Find the App here RemindMe
Did you know that our brains have the capacity to store over 2.5 petabytes of information? That’s like having 2.5 million gigabytes of data at our disposal. However, much like computers, we have a limited working memory—our RAM, if you will. We can only hold so much information on the surface at one time. New information often overrides the old, pushing important thoughts, facts, and motivations to the background.
Now, I have a question for you... How many times have you thought, ‘If only I remembered that quote, fact, or piece of advice, my day would have been better’? Maybe you would have handled a situation more effectively, felt more motivated, or simply lived a more productive day. We’ve all been there, wishing we had something to remind us of the wisdom or motivations we’ve encountered in life. That’s where RemindMe comes in.
- User Authentication: Secure user registration, login, and profile management.
- Reminder Management: Create, update, view, and delete reminders.
- Profile Management: Update profile information and upload profile pictures.
- Responsive Design: Accessible on both web and mobile devices.
Make sure you have these installed before proceeding to next steps:
- Python 3.x
- MySQL
- Clone the Repository:
git clone https://github.com/loayalsaid1/RemindMe.git cd RemindMe
- Set Up Virtual Environment
python3 -m venv venv source venv/bin/activate
- Install the Dependencies
pip install -r ./config/requirements.txt
- Launch MySQL And Set Up The Following:
CREATE DATABASE IF NOT EXISTS remind_me_dev_db; CREATE USER IF NOT EXISTS 'remind_me_dev'@'localhost' IDENTIFIED BY 'Remind_me_dev_pwd1'; GRANT ALL PRIVILEGES ON `remind_me_dev_db`.* TO 'remind_me_dev'@'localhost'; GRANT SELECT ON `performance_schema`.* TO 'remind_me_dev'@'localhost'; FLUSH PRIVILEGES;
- Run the Application
./config/run_servers.sh
Open your web browser and navigate to https://localhost:5000 to access the RemindMe application.
- Register: Create a new account using the registration form.
- Login: Access your account using your email and password.
- Create Reminder: Add new reminders with descriptions and optional tags.
- View Reminders: View a list of your reminders.
- Update Reminder: Edit the details of an existing reminder.
- Delete Reminder: Remove reminders that are no longer needed.
- Update Profile: Modify your username, gender, and description.
- Upload Profile Picture: Add or change your profile picture using ImageKit.
- Register: POST /api/v1/auth/register
- Login: POST /api/v1/auth/login
- Get All Users: GET /api/v1/users
- Get User by ID: GET /api/v1/users/:id
- Create Reminder: POST /api/v1/reminders
- Get All Reminders: GET /api/v1/reminders
- Get Reminders by User: GET /api/v1/users/:user_id/reminders
- Get Reminder: GET /api/v1/reminders/:id
- Update Reminder: PUT /api/v1/reminders/:id
- Delete Reminder: DELETE /api/v1/reminders/:id
- Create Reflection: POST /api/v1/reminders/:id/reflections
- Get Reflections: GET /api/v1/reminders/:id/reflections
- Update Reflection: PUT /api/v1/reflections/:id
- Delete Reflection: DELETE /api/v1/reflections/:id
- Get Streaks: GET /api/v1/streaks
- Get Streak: GET /api/v1/streaks/:id
- Update Profile: PUT /api/v1/profile
- Upload Profile Picture: POST /api/v1/profile/upload
Contributions from the community are welcome. You might want to contact us first to discus desired features.
- Fork the repository.
- Create your feature branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For inquiries, reach out to us: