Skip to content

X-Meme Back-end Spring Boot application for Crio Winter of Doing (CWoD)

Notifications You must be signed in to change notification settings

loneWolf148/X-Meme-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X-Meme (Spring Boot Backend Project)

About Author

About Project

  • This project is developed using Spring Boot in Spring Tool Suite (STS) IDE.

  • Database used for project - PostgreSQL

  • ORM Tool Used - Hibernate with JPA

  • Web API publicly hosted on Heroku

  • Angular frontend code is hosted on Github Repository

  • The frontend website is hosted in Netlify

  1. HomeController

    • Controller associated with rendering home page of Web API.
  2. MemeController

    • REST Controller associated with API end points, related to Memes which include fetching memes, uploading memes, updating meme payload.
  3. ReviewController

    • REST Controller associated with API end points, related to reviews which include uploading reviews, fetching reviews, etc.
  • Documentation of API is hosted in Heroku
  1. Meme

    • Entity which encapsulates Meme structure in database (ORM)
  2. Review

    • Entity which encapsulates Review structure in database (ORM)

Other Modules

About

X-Meme Back-end Spring Boot application for Crio Winter of Doing (CWoD)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published