Starship

Made with πŸ’– by Joel Jolly.

About

Star History

Star History Chart

Project Current Progress

  1. Install Required Tools: βœ…
    • Java βœ…
    • IntelliJ βœ…
    • MySql βœ…
  2. Create a New Spring Boot Project: βœ…
  3. Set Up Version Control: βœ…
    • Github βœ… (Files are uploaded via GitKraken (For linux users) (Github Desktop for windows users)) (Note: If your individual files are less than 25 mb you can use github website on your browser for file uploading)
  4. Design the Database Schema: βœ… (Mentioned in the later part of this readme)
  5. Configure MySQL Connection: βœ…
  6. Create JPA Entities: βœ…
  7. Create Repository Interfaces: βœ…
  8. Implement the Service Layer: βœ…
  9. Create REST Controllers: βœ…
  10. Handle Validation: βœ…
  11. Test with Postman: βœ…
  12. Implement Basic Security (Optional): βœ…
  13. Prepare Documentation: βœ… (Almost)
  14. Code Review and Feedback: Pending

Screenshots

To get started

CREATE DATABASE teamsync;
USE teamsync_db;

//Starship port server.port=8083 server.servlet.context-path=/starship

spring.datasource.username=root spring.datasource.password=test123! spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect spring.jpa.hibernate.ddl-auto=update ```

Want help, Use my Java & Springboot basics course (It’s free)

Support Me

If you love TeamSync and want to keep me caffeinated for more awesome updates, consider buying me a coffee!

Buy Me a Coffee

Made with πŸ’– by Joel Jolly.