Skip to content

two microservices one handle todo items and operations on it , second service handle users and auth

Notifications You must be signed in to change notification settings

salma-4/ToDo-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ToDo-APP

It's my final project in Spring_Training. It consists of 2 services TODO service handle todo items. User service handle users and auth .Developed using spring boot and MYSQL database .

Test APIs

Run In Postman

Explore services

Requirements

  • Java Development Kit (JDK) 17 or above
  • MySQL Database (every service has its own schema)

How to Run

  1. Clone the project repository from git
  2. Import each service separately into your Java IDE
  3. Build each service to resolve maven dependencies
  4. Create 2 schemas and all tables will be created automatically

Illustrative image

final