/students-java

Back-end app called Students to illustrate basics of Spring Boot. In this app, you can make RESTful APIs (HTTP requests) to access and use data.

Primary LanguageJava

Student - Practice project based on Spring Boot framework

This is back-end app called Students to illustrate/practice basics of Spring Boot. In this app, you can make RESTful APIs (HTTP requests) to access and use data.

Project Diagram

Built With

This course covers concepts such as:

  • Spring Boot Backend API
  • API layer
  • Business layer
  • Dependency injection
  • Databases using H2
  • Spring Data JPA
  • Packaging applications with Maven

Video intro

YouTube Link

Getting Started

To get a local copy up and running follow these simple example steps.

Setup

Step 1: git clone https://github.com/SarvarKh/students-java.git

Step 2 - navigate to the cloned directory:
cd students-java

Step 3 - run the server from your IDE:
run DemoApplication class (Main)

Now, you can make HTTP requests throw Postman.

Authors

👤 Sarvar Khalimov

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed. My greetings and gratitude to the Amigoscode team for their course where I could learn about Spring boot and many more (click here to find out more).