Skip to content

Saptar001/xmemeAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XMEME

We are seeing the craze of memes nowadays among people, so I thought of making a website on uploading memes via URL. One could take any memes(or pictures ) and just copy the image's url paste it in the input section and it gets displayed there itself.

Give your try and upload your favourite meme

https://xmeme-saptarshee.herokuapp.com/

Tech Stack used

The project mainly uses Django and REST-framework for the backend and HTML for the frontend. There's minimal use of CSS just for aligning and padding.This website is compatible only for desktop view as bootstrap is not being used currently in future I might make it bootstrap compatible and add much more features.

xmeme Tree

├───restfulapicrud
│   └───__pycache__
├───staticfiles
│   ├───admin
│   │   ├───css
│   │   │   └───vendor
│   │   │       └───select2
│   │   ├───fonts
│   │   ├───img
│   │   │   └───gis
│   │   └───js
│   │       ├───admin
│   │       └───vendor
│   │           ├───jquery
│   │           ├───select2
│   │           │   └───i18n
│   │           └───xregexp
│   ├───rest_framework
│   │   ├───css
│   │   ├───docs
│   │   │   ├───css
│   │   │   ├───img
│   │   │   └───js
│   │   ├───fonts
│   │   ├───img
│   │   └───js
│   ├───rest_framework_swagger
│   │   └───bundles
│   └───styles
└───xmeme
    ├───migrations
    │   └───__pycache__
    ├───templates
    │   └───static
    │       └───styles
    └───__pycache__

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published