ogdhruv / duptwt

A restful api for quotes that make a diffrence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplex Tweet πŸ“°οΈ

A restful api for quotes made with django-rest-framework.

demo

πŸ“– Prerequisite

- Install 🐍 Python3 and PIP

πŸ“€ Running Demo

Steps for running the instance of projects :

git clone https://github.com/ogdhruv/duptwt.git
cd duptwt
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Features 🌟

  • 🌼 Seprate UI made with Bootstrap
  • 🌈 Django-rest-framework for API Development

Tech Stack / Built With πŸ“œοΈ

  1. πŸ“— Django
  2. 🟩 Django REST framework
  3. 🌼 Bootstrap

Screenshot

  • API endpoints

Endpoint view

  • API list view

API view

Authors 😁️

ogDhruv

You can find me here at: Github

Β© ogDhruv

About

A restful api for quotes that make a diffrence


Languages

Language:Python 61.3%Language:HTML 38.7%