-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
WHAT TO DO:
- Creating a microservice called SettingsService in any framework/language with the approval of the majority of the OFF-TOP team.
- You will need to create 4 functions/services in it that do the following:
- A service to save 3 default categories
- A service to save color
- A service that saves the alert type
- A service that saves the vibration type
- To store the information you will need to create a database with one table called Settings. You will need to create the following columns: user_email, default_categories, app_color, vibration_type
DONE:
- The task is complete when you can hit these 4 endpoints and pass data through postman to a JSON response of the newly updated changes as well as your database updating with those new values.
- [OPTIONAL] It would help to create Enums for these values since they're all pre-determined in our app.
LANGUAGE:
Javascript (Node)
PACKAGES:
Express, MySql
Metadata
Metadata
Assignees
Labels
No labels