https://github.com/rudrakshi99/xmeme-backend
REST API for GET, POST, PATCH and DELETE operations.
https://github.com/rudrakshi99/xmeme-backend
django django-rest-framework python-3 sqlite3
Last synced: 30 days ago
JSON representation
REST API for GET, POST, PATCH and DELETE operations.
- Host: GitHub
- URL: https://github.com/rudrakshi99/xmeme-backend
- Owner: rudrakshi99
- Created: 2021-02-10T04:46:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T17:07:22.000Z (over 5 years ago)
- Last Synced: 2025-01-22T18:53:24.168Z (over 1 year ago)
- Topics: django, django-rest-framework, python-3, sqlite3
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xmeme-backend
[](https://documenter.getpostman.com/view/14143990/TWDRtfoy)
[](https://rudrakshi-xmeme.herokuapp.com/swagger-ui/)
## Features :
* It is capable of receiving the posted meme inputs from the frontend and store them in a database.
* It is capable of fetching the list of memes from the database and send them to the frontend.
### Backend Technologies used:
- Django
- Django Rest Framework
- Heroku
- Sqllite3
Backend Setup Instructions
- Fork and Clone the repo using
```
git clone https://github.com/rudrakshi99/Xmeme-backend.git
cd backend
```
- Install dependencies using
```
pip3 install -r requirements.txt
```
- Make migrations using
```
python3 manage.py makemigrations
```
- Migrate Database
```
python3 manage.py migrate
```
- Create a superuser
```
python3 manage.py createsuperuser
```
- Run server using
```
python3 manage.py runserver
```
### Important Links :
* **Publicly Deployed Link :** https://rudrakshi-xmeme.herokuapp.com/memes/
* **End-Point :** /memes