/efiction-rest-api

Spring Boot based RESTful server prototype

Primary LanguageJava

efiction-rest-api

Spring Boot based RESTful server prototype ❤️❤️❤️

This "prototype" project made with

  • Java 8
  • Spring Boot
  • Spring Data JPA
  • Lombok
  • MySQL, Redis

Consist of...

User Class

  • Defines membership and methods for its
  • Combined with session token for authentification

Post Class

  • Defines author, contents and so on

Runtime

Possible to run on docker(Docker Compose) or without after build. But you might need some ddl, db grant stuffs and docker configs. Best wishes 👍☕

Testing

You can test with "rest_api_test.py" file.