TAWSEEL

  • An online Food Delivery Website having backend REST-API, made in Java Spring Boot with MySQL database.
  • This project is developed by team of 4 Full-Stack Developers during Java Week Project in Axsos Academy.

    Built with

    1. JAVA
    2. Spring
    3. Spring Boot
    4. Spring data JPA

    Modules

    1. Login Module
    2. Custumer Module
    3. Restaurant Module
    4. Order Module
    5. Address Module
    6. Item Module
    7. Address Module

    Used Techs & Tools:

    Installation & Run

    • Before running the API server, you should update the database config inside the [application.properties] file.
    • Update the port number, username and password as per your local database config.
        server.port=8080
    
        spring.datasource.url=jdbc:mysql://localhost:3306/fdb;
        spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
        spring.datasource.username="Your SQL username"
        spring.datasource.password="Your SQL Password"
    
    

    ER Diagram

    erd-tawseel

    Contributors

       Mohammad Basim Ismail   Thabet Toma   Imas Zubaidia   Aseel Adel