- Visual Studio Code
- Postman
- Google Cloud Platform
- Google Identity Platform
- Google Compute Engine
- Firestore
- Cloud Storage
- Node.js
- Express
- Python
- Flask
- JWT Authentication
POST http://34.101.52.60:3000/auth/register
Endpoint for user registration

POST http://34.101.52.60:3000/auth/login
POST http://34.101.52.60:3000/auth/logout
GET http://34.101.52.60:3000/user/:id
Endpoint to retrieve user details by ID

POST http://34.101.52.60:3000/mood/create/yyyy-mm-dd/:mood
Endpoint to create a mood entry for a specific date (yyyy-mm-dd) with a specified mood

PUT http://34.101.52.60:3000/mood/update/yyyy-mm-dd/:mood
Endpoint to update the mood entry for a specific date (yyyy-mm-dd) with a new mood

GET http://34.101.52.60:3000/mood/yyyy-mm-dd
Endpoint to retrieve the mood entry for a specific date (yyyy-mm-dd)

GET http://34.101.52.60:3000/mood/get/all
Endpoint to retrieve all mood entries
POST http://34.101.52.60:3000/photo/upload
Endpoint to upload a photo profile
GET http://34.101.52.60:3000/photo/get
Endpoint to retrieve photos
POST http://34.101.52.60:5000/predict




