build a rest api on aws using php

Job ID: 35988856

Budget: $30 – $250 USD

I have a few mysql tables created on AWS

User table
- Id
- Username
- Password
- Email
- Created_date
- Updated_date


Vocabulary table
- Id
- Vocabulary_value
- Vocabulary_definition
- Updated_date

User_vocabulary table
- Id
- User_id
- Vocabulary_id
- Order_id
- Updated_date

I have queries that can insert / update / delete records from the tables.

I want to create REST API using PHP including
- user log in / registration / password reset

- once user successfully logs in
- create a new record into the vocabulary table
- create a new record into the user_vocabulary table

- if user is not logged in, the API fails

I'm new to PHP and I would like to edit the files myself. This project includes
- 30 min to 1 hour of video recording showing how to add new APIs from the existing file
- 30 min to 1 hour session of shared screen with me 1:1

In your bid, please write how you are planning to write user log in / registration feature including password reset, for example, if you writing feature by yourself entirely or using a framework or using a library, etc.

Thank you