This Project Contain a frontend and backend folder.
This Project also contain a Dockerfile.
Frontend is implemented using JavaScript, HTML ,CSS and Bootstrap. It contains one HTML file , one JavaScript file and two CSS files. Javascript dynamically load the memes from the backend using xmlhttprequests
Backend is implemented using NodeJs, Express connected to SQLite Database. DataBase is stored in database folder. app.js file contains all the required instructions. database.js file contains program for connecting and creation of database and table. Data of meme is stored inside SQLite database.
Swagger-Ui is also implemented at localhost:8081. Swagger-Ui is implemented at 8081 port.