sherpa2025 / Capstone

0 stars 0 forks source link

Create Simple User Entity in the backend and fetch the user data in the frontend url #4

Open sherpa2025 opened 5 months ago

sherpa2025 commented 5 months ago
  1. Create sample User Entity and API to create and get user data
  2. Configure Database with mySql to store the user data
  3. Fetch the get api to receive user data in the backend
  4. After the sample user fetching is completed in the backend, perform frontend fetching user data from the backend data